diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index 2addc8e..6edcd46 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -58,7 +58,7 @@ services: FS_HOST: $FS_HOST DEBUG: $DEBUG TELEGRAM_TOKEN: $TELEGRAM_TOKEN - command: ./manage.py runserver 0.0.0.0:8000 --noreload + command: ./manage.py runserver ports: - "8000:8000" depends_on: diff --git a/nginx.conf b/nginx.conf index a2fa34b..4980226 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,6 @@ http { include mime.types; server { listen 80; - server_name a.com; location / { proxy_pass http://127.0.0.1:8000; #/$1$is_args$args;