Replies: 1 comment 1 reply
-
@ovizii There is no point of doing this in docker compose - afaik all containers created via docker compose are sharing an issolated network that can't be accessed from outside. So adding custom database env variables won't make your setup more secure. But requiring those variables will cause more friction for the users and will make it harder to self-host the tool. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the docker-compose.yml sample contains stuff like:
why don't we use a .env like:
and then reference those variables inside docker-compose.yml like:
Beta Was this translation helpful? Give feedback.
All reactions