add base files
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
container_name: semapform
|
||||
environment:
|
||||
- SMTP_HOST=${SMTP_HOST:-smtp}
|
||||
- SMTP_PORT=${SMTP_PORT:-25}
|
||||
- MAIL_FROM=${MAIL_FROM:-noreply@example.com}
|
||||
- MAIL_TO=${MAIL_TO:-destination@example.com}
|
||||
ports:
|
||||
- "8000:8000"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user