Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below you can find the settings you can configure in Dockerfile (see Installation Guide # Step2. Configure Kiuwan Docker image)

 

KIUWAN_EMAIL_ADMIN_ACCOUNT

Email address of Kiuwan admin user

  • this email address will be used to send notifications to admin user

KIUWAN_EMAIL_USER_ACCOUNT

Sender email address for Kiuwan notifications

  • email address used for above sender name

KIUWAN_SMTP_USER_ACCOUNT
KIUWAN_SMTP_USER_PASSWORD

SMTP account : username and password

KIUWAN_SMTP_HOST=
KIUWAN_SMTP_PORT=25

SMTP host and port

...

You can change these setting in Dockerfile and rebuild the image. But, if this approach is not possible, you can find at this article how to do it.

1.

...

Stop Wildfly

Within the docker server:

docker exec -it <container_name> supervisorctl stop wildfly
 

Within the KOP container:

supervisorctl stop wildfly

2. Makes changes to the configuration

...