You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
there is a docker-compose.yml which use some env variables, but there is no example of list of these variables. It would be useful to have an .env file (or an example) listing these variables with some defaults, as the current setup cannot be executed otherwise.
It would be also nice to have a comment within such file explaining what a variable does. In master there are variables that are not trivial to figure how what they do or how they should be set.
As docker compose expects .env to be in the same directory of docker-compose.yml by default, I would suggest moving example.env file closer to where it is expected to be found.
frafra
changed the title
Missing .env for docker-compose.yml
.env default file hidden under server/workers/flavorconfigs/example.env
Jun 20, 2022
Hi,
there is a
docker-compose.yml
which use some env variables, but there is no example of list of these variables. It would be useful to have an.env
file (or an example) listing these variables with some defaults, as the current setup cannot be executed otherwise.This is what I have done with version 7:
Here is a possible example:
Some of these variables could be hardcoded:
The text was updated successfully, but these errors were encountered: