Updated docker compose file
This commit is contained in:
@@ -43,6 +43,7 @@ services:
|
|||||||
# Secret key for sessions - CRITICAL for multi-worker Gunicorn!
|
# Secret key for sessions - CRITICAL for multi-worker Gunicorn!
|
||||||
# All workers must use the SAME secret key to decode session cookies
|
# All workers must use the SAME secret key to decode session cookies
|
||||||
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
||||||
|
# IMPORATNT! The key below is just an example. GENERATE YOUR OWN KEY WITH COMMAND ABOVE!
|
||||||
- SECRET_KEY=dca6920115b8bbc13c346c75d668a49849590c77d9baaf903296582f24ff816a
|
- SECRET_KEY=dca6920115b8bbc13c346c75d668a49849590c77d9baaf903296582f24ff816a
|
||||||
|
|
||||||
# Reverse Proxy Mode
|
# Reverse Proxy Mode
|
||||||
|
|||||||
Reference in New Issue
Block a user