Add msmtpd service to production.yml

This commit is contained in:
2024-03-04 11:30:15 +08:00
parent 5c1bc63049
commit 9bfe4efbdd
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -82,6 +82,15 @@ services:
expose:
- 80
msmtpd:
image: crazymax/msmtpd:latest
container_name: flarum_msmtpd
env_file:
- "./msmtpd.env"
environment:
- "TZ"
restart: always
traefik:
environment:
<<: *default-environment