🔧 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:
parent
a6fc088599
commit
1aafd6d5a3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
||||||
# Set to 0 only for local HTTP testing; keep secure (default) in production
|
# Set to 0 only for local HTTP testing; keep secure (default) in production
|
||||||
- SESSION_COOKIE_SECURE=${SESSION_COOKIE_SECURE:-1}
|
- SESSION_COOKIE_SECURE=${SESSION_COOKIE_SECURE:-1}
|
||||||
# Optional: encryption key for management passwords (Fernet key)
|
# Optional: encryption key for management passwords (Fernet key)
|
||||||
# - ENCRYPTION_KEY=your_fernet_key_here
|
- ENCRYPTION_KEY=${ENCRYPTION_KEY:-}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue