Add CSRF_TRUSTED_ORIGINS env variable

This commit is contained in:
Nick Sellen 2023-10-19 17:59:41 +01:00
parent 6af64089a5
commit 5dbce885f0
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_DB=0
- CSRF_TRUSTED_ORIGINS
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/config/"]
interval: 10s