# Docker
This commit is contained in:
parent
850a3914fd
commit
5dae6a7b91
@ -31,7 +31,7 @@ services:
|
|||||||
- POSTGRES_USER=konova
|
- POSTGRES_USER=konova
|
||||||
- POSTGRES_HOST=db
|
- POSTGRES_HOST=db
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- SSO_HOST=arnova
|
- SSO_HOST=CHANGE_ME_TO_SSO_HOST_URL
|
||||||
|
|
||||||
# To provide a celery worker instance, we need to add the celery worker as an own service
|
# To provide a celery worker instance, we need to add the celery worker as an own service
|
||||||
celery_worker:
|
celery_worker:
|
||||||
@ -53,7 +53,7 @@ services:
|
|||||||
- POSTGRES_USER=konova
|
- POSTGRES_USER=konova
|
||||||
- POSTGRES_HOST=db
|
- POSTGRES_HOST=db
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- SSO_HOST=arnova
|
- SSO_HOST=CHANGE_ME_TO_SSO_HOST_URL
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build: ./nginx
|
build: ./nginx
|
||||||
|
@ -35,7 +35,6 @@ DEBUG = True
|
|||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"localhost",
|
"localhost",
|
||||||
"konova",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Authentication settings
|
# Authentication settings
|
||||||
|
Loading…
Reference in New Issue
Block a user