docker-spotweb icon indicating copy to clipboard operation
docker-spotweb copied to clipboard

support docker secrets

Open Slevin90 opened this issue 1 year ago • 0 comments

a current docker compose+.env file shows the database username & password

add support for docker secret files allowing variables _FILE to read /run/secrets/supersecretdbpassword for DB_NAME, DB_USER, DB_PASS should be secret-enabled _FILE alternatives

this makes it not only safer but also easier to use the same password in the database and spotweb-container

Slevin90 avatar May 01 '24 19:05 Slevin90