-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
Currently DB connection string is not secured.
Describe the solution you'd like
Since Dokploy is deployed to swarm to improve it's security and allow users to customize their db passoword - I suggest to create docker secret during installation and set DATABASE_URL_FILE pointing to this secret and then resolve it in runtime if provided.
Describe alternatives you've considered
Passing DATABASE_URL as environment variable, using default DATABASE_URL, mounting .env file from docker secret. All options are not secure because env variable is easy to access using shell.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request