add CSRF trusted origins to settings and docker-compose environment
This commit is contained in:
@@ -6,6 +6,10 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- ./backand/.env
|
||||
environment:
|
||||
- HOSTS=bartool.ovh,localhost
|
||||
- CSRF_TRUSTED_ORIGINS=https://bartool.ovh
|
||||
- NODE_ENV=production
|
||||
volumes:
|
||||
- static_content:/app/staticfiles
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user