This commit is contained in:
2026-01-28 01:14:25 +03:00
parent a93d153c5f
commit 7216ca441f
3 changed files with 11 additions and 1 deletions

View File

@ -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: