Better password management for Docker (parameterized, docker secrets, etc) #353
dphildebrandt
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Rallly has come a long way, the self-hosting is pretty awesome!!! The final cherry on top would be to see this happen, and most config.env variables able to be set in the docker-compose environment variables instead. It would make infrastrucutre-as-code simpler (no need for config.env) and/or prevent passwords from being exposed (in the docker-compose file, or the plain config.file) by using docker secrets. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that we have an official docker image (yay!) it would be great to use docker secrets rather than set a .env variable, having them in connection strings, and/or put the secret in your own personal docker-compose file.
Imagining something like:
Beta Was this translation helpful? Give feedback.
All reactions