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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = []
|
ALLOWED_HOSTS = ['ovz1.ollyhearn.gmzem.vps.myjino.ru']
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|||||||
@ -14,8 +14,8 @@ services:
|
|||||||
context: react
|
context: react
|
||||||
ports:
|
ports:
|
||||||
- "3000"
|
- "3000"
|
||||||
volumes:
|
# volumes:
|
||||||
- ./react/app:/app:z
|
# - ./react/app:/app:z
|
||||||
# - ./docker_cache/node_modules:/app/node_modules
|
# - ./docker_cache/node_modules:/app/node_modules
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.23.4
|
image: nginx:1.23.4
|
||||||
|
|||||||
Reference in New Issue
Block a user