Pass CSRF_TRUSTED_ORIGINS via environment variable
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
- postgres_password
|
||||
environment:
|
||||
SECRET_KEY_FILE: /run/secrets/web_secret_key
|
||||
CSRF_TRUSTED_ORIGINS:
|
||||
POSTGRES_HOST: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_DATABASE: url_shortener
|
||||
|
||||
Reference in New Issue
Block a user