fix: auth password for production
- set password with runtime env variable
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
PHX_SERVER: "true"
|
||||
PORT: "4000"
|
||||
UPLOADS_DIR: "/data/uploads"
|
||||
AUTH_PASSWORD: "changeme!"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user