diff --git a/.env b/.env index a857286..cdc2a77 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ SECRET_KEY=testing_$weak_secret_is_allowd DEBUG=True ALLOWED_HOSTS=*, -DB_HOST=localhost +DB_HOST=postgres DB_PORT=5432 DB_NAME=flower DB_USER=postgres diff --git a/docker-compose.yml b/docker-compose.yml index 1612fb4..6968879 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -65,7 +65,7 @@ services: DJANGO_SETTINGS_MODULE: flower.settings PYTHONPATH: /app DEBUG: "1" - ALLOWED_HOSTS: "localhost,127.0.0.1,0.0.0.0" + ALLOWED_HOSTS: "localhost,127.0.0.1,0.0.0.0,8.148.215.233" DB_HOST: postgres DB_PORT: "5432" DB_NAME: flower