diff --git a/compose.yml b/compose.yml index 0159f76..e5f0995 100644 --- a/compose.yml +++ b/compose.yml @@ -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