123
This commit is contained in:
@ -31,6 +31,7 @@ services:
|
||||
- USE_REDIS=${USE_REDIS:-true}
|
||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379}
|
||||
- SESSION_SECRET=${SESSION_SECRET:-star-wars-hearthstone-secret-key-change-in-production}
|
||||
- COOKIE_SECURE=${COOKIE_SECURE:-false}
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user