This commit is contained in:
2023-05-24 15:27:39 +03:00
parent 8ddf1aef53
commit 31bbe33830
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-o27968vc7m@z*=+$ykqo!b2v+ycc)r2^d8u=)ee)gi5bas-+wm
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['ovz1.ollyhearn.gmzem.vps.myjino.ru']
# Application definition

View File

@ -14,8 +14,8 @@ services:
context: react
ports:
- "3000"
volumes:
- ./react/app:/app:z
# volumes:
# - ./react/app:/app:z
# - ./docker_cache/node_modules:/app/node_modules
nginx:
image: nginx:1.23.4