update example, add mail_enabled env
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Has been skipped
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Has been skipped
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