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: .
|
||||
container_name: semapform
|
||||
environment:
|
||||
- MAIL_ENABLED=${MAIL_ENABLED:-false}
|
||||
- SMTP_HOST=${SMTP_HOST:-smtp}
|
||||
- SMTP_PORT=${SMTP_PORT:-25}
|
||||
- MAIL_FROM=${MAIL_FROM:-noreply@example.com}
|
||||
|
||||
Reference in New Issue
Block a user