fixes
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user