Compare commits

...

1 Commits
main ... smtp

Author SHA1 Message Date
3wc 3c9ea7e608 WIP: SMTP 2022-06-24 12:08:45 +01:00
2 changed files with 16 additions and 0 deletions

14
compose.smtp.yml Normal file
View File

@ -0,0 +1,14 @@
---
version: "3.8"
services:
app:
environment:
- SMTP_HOST
- SMTP_PORT
- SMTP_USERNAME
- SMTP_PASSWORD
- SMTP_FROM_EMAIL
- SMTP_REPLY_EMAIL
- SMTP_SECURE
- SMTP_TLS_CIPHERS

View File

@ -3,6 +3,7 @@ version: "3.8"
services:
app:
# entrypoint: ['tail', '-f', '/dev/null']
networks:
- backend
- proxy
@ -17,6 +18,7 @@ services:
target: /docker-entrypoint.sh
mode: 0555
environment:
- DEBUG
- AWS_ACCESS_KEY_ID
- AWS_REGION
- AWS_S3_ACL