Update production settings and docker-compose.yml

This commit is contained in:
Ceferino Patino 2024-02-19 23:26:57 -06:00
commit ffa49895e7
2 changed files with 2 additions and 3 deletions

View file

@ -8,10 +8,11 @@ DEBUG = False
ALLOWED_HOSTS = [
'csmb-housewars.c4patino.com',
'172.234.16.137',
]
CSRF_TRUSTED_ORIGINS = [
'https://csmb-housewars.c4patino.com',
'http://172.234.16.137/',
]
DATABASES = {

View file

@ -10,7 +10,6 @@ services:
- 8000:8000
volumes:
- ./:/app
networks:
- housewars
environment:
@ -27,7 +26,6 @@ services:
- 3306:3306
volumes:
- housewars-mysql:/var/lib/mysql
networks:
- housewars
environment: