feat(#23): Add email notifications
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Same file as .env in Synology docker directory
|
||||
|
||||
# Database Configuration
|
||||
LEGALCONSENTHUB_POSTGRES_USER=legalconsenthub
|
||||
LEGALCONSENTHUB_POSTGRES_PASSWORD=legalconsenthub
|
||||
@@ -8,6 +10,8 @@ KEYCLOAK_POSTGRES_PASSWORD=keycloak
|
||||
KEYCLOAK_POSTGRES_DB=keycloak
|
||||
KEYCLOAK_ISSUER_URL=http://keycloak.lugnas.de
|
||||
|
||||
MAIL_HOST=maildev
|
||||
|
||||
# Keycloak Configuration
|
||||
KEYCLOAK_ADMIN=admin
|
||||
KEYCLOAK_ADMIN_PASSWORD=
|
||||
|
||||
@@ -61,3 +61,12 @@ services:
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
|
||||
maildev:
|
||||
image: maildev/maildev:2.2.1
|
||||
container_name: legalconsenthub-maildev
|
||||
ports:
|
||||
- "1080:1080"
|
||||
- "1025:1025"
|
||||
networks:
|
||||
- legalconsenthub-net
|
||||
|
||||
@@ -127,3 +127,12 @@ services:
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
|
||||
maildev:
|
||||
image: maildev/maildev:2.2.1
|
||||
container_name: legalconsenthub-maildev
|
||||
ports:
|
||||
- "1080:1080"
|
||||
- "1025:1025"
|
||||
networks:
|
||||
- legalconsenthub-net
|
||||
|
||||
Reference in New Issue
Block a user