This commit is contained in:
mpeltriaux 2022-01-13 17:22:29 +01:00
parent 231b0e9477
commit fdd2082171
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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