update example, add mail_enabled env [skip-ci] #18
@@ -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