Replies: 1 comment 1 reply
-
as of ee16814 i've added the ability to just add |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if Docker Secrets were supported as this would help keep sensitive information like passwords more secure, especially for those who commit their
compose.yaml
and.env
files to a repo. In addition, it would be nice to add the following new environment variables instead of having to pass a URL string containing the password. The URL could then be constructed on the backend using these new environment variables:DATABASE_HOSTNAME
DATABASE_NAME
DATABASE_USERNAME
DATABASE_PASSWORD
|DATABASE_PASSWORD_FILE
The existing
DATABASE_URL
variable could be preserved to maintain backwards compatibility, but I think it would make things easier to configure/maintain if the aforementioned variables were added as well.Here's a sample of what the
compose.yaml
could look like:Many apps (i.e. Postgres) leverage Docker Secrets and I think it would be a wonderful feature if support for it were added.
Beta Was this translation helpful? Give feedback.
All reactions