* optimizes configuration
* removes unused settings
* extends README.md with docker installation guid
This commit is contained in:
2022-01-17 12:45:03 +01:00
parent 90b4641a03
commit 02b8042682
3 changed files with 59 additions and 12 deletions

View File

@@ -32,6 +32,9 @@ services:
- POSTGRES_HOST=db
- REDIS_HOST=redis
- SSO_HOST=CHANGE_ME_TO_SSO_HOST_URL
- SMTP_HOST=172.17.0.1
- SMTP_PORT=25
- SMTP_REAL_REPLY_MAIL=ksp-servicestelle@sgdnord.rlp.de
# To provide a celery worker instance, we need to add the celery worker as an own service
celery_worker:
@@ -54,6 +57,9 @@ services:
- POSTGRES_HOST=db
- REDIS_HOST=redis
- SSO_HOST=CHANGE_ME_TO_SSO_HOST_URL
- SMTP_HOST=172.17.0.1
- SMTP_PORT=25
- SMTP_REAL_REPLY_MAIL=ksp-servicestelle@sgdnord.rlp.de
nginx:
build: ./nginx