Versions Compared

Key

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

...

...

...

...

...

...

The docker-compose.yaml which you downloaded requires some environmental variables to function .

please update the Environmental Variable mentioned for various containers.

All conatiners marked in RED are mandatory, rest are optional and needed only if respective tools are in use.

MongoDB service

  • MONGODB_ADMIN_USER=<DB ROOT USER> (Line: 14, used for DDL comands within the application.)

  • MONGODB_ADMIN_PASS=<DB ROOT PASSWORD>(Line: 15, password for admin user)

  • MONGODB_APPLICATION_USER=<DB APPLICATION USER>(Line: 16, this is the user used by all container interacting with database)

  • MONGODB_APPLICATION_PASS=<DB APPLICATION PASSWORD>( Line: 17, password for application user)

CustomAPI

  • forgotPassword.uiHost=<DNS / IP> (Line: 41, DNS and/or IP of the installation server)

...