🔧 chore(docker): update docker-compose for encryption key

- modify ENCRYPTION_KEY to use environment variable for flexibility
- ensure default configuration retains security settings
This commit is contained in:
nocci 2025-12-06 13:43:10 +00:00
parent a6fc088599
commit 1aafd6d5a3

View file

@ -12,7 +12,7 @@ services:
# Set to 0 only for local HTTP testing; keep secure (default) in production
- SESSION_COOKIE_SECURE=${SESSION_COOKIE_SECURE:-1}
# Optional: encryption key for management passwords (Fernet key)
# - ENCRYPTION_KEY=your_fernet_key_here
- ENCRYPTION_KEY=${ENCRYPTION_KEY:-}
volumes:
- ./data:/app/data
restart: unless-stopped