monitorer icon indicating copy to clipboard operation
monitorer copied to clipboard

Use environment variables in docker-compose

Open erbesharat opened this issue 5 years ago • 1 comments

🐛 Bug Report

Some of the variables like MONITORER_ADMIN_PASSWORD and MONITORER_ADMIN_USER in docker-compose are currently constants which should be changed to fetch their data from env variables.

To Reproduce

Steps to reproduce the behavior: Not needed.

Expected behavior

Read all of the important variables from the environment variables.

Environment

Not needed.

erbesharat avatar Apr 10 '20 18:04 erbesharat

You could use a docker-compose.override.yml to override these variables

revolunet avatar Apr 30 '20 15:04 revolunet