mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Add msmtpd service to production.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user