Merge pull request 'update example, add mail_enabled env [skip-ci]' (#18) from dev into main
Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
@@ -3,6 +3,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: semapform
|
container_name: semapform
|
||||||
environment:
|
environment:
|
||||||
|
- MAIL_ENABLED=${MAIL_ENABLED:-false}
|
||||||
- SMTP_HOST=${SMTP_HOST:-smtp}
|
- SMTP_HOST=${SMTP_HOST:-smtp}
|
||||||
- SMTP_PORT=${SMTP_PORT:-25}
|
- SMTP_PORT=${SMTP_PORT:-25}
|
||||||
- MAIL_FROM=${MAIL_FROM:-noreply@example.com}
|
- MAIL_FROM=${MAIL_FROM:-noreply@example.com}
|
||||||
|
|||||||
Reference in New Issue
Block a user