Parameterize SMTP configuration
This commit is contained in:
parent
cfe3ba8998
commit
010d5c4bfb
@ -33,6 +33,10 @@ services:
|
||||
- EMAIL_SUPPORT=support@human-connection.org
|
||||
- EMAIL_DEFAULT_SENDER=info@human-connection.org
|
||||
- PUBLIC_REGISTRATION=true
|
||||
- SMTP_HOST=${SMTP_HOST}
|
||||
- SMTP_PORT=${SMTP_PORT}
|
||||
- SMTP_USERNAME=${SMTP_USERNAME}
|
||||
- SMTP_PASSWORD=${SMTP_PASSWORD}
|
||||
command: yarn run dev
|
||||
neo4j:
|
||||
image: schoolsinmotion/neo4j:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user