Moving postfix

This commit is contained in:
Finley Ghosh 2025-09-13 22:42:31 +10:00
parent d793f7b6ed
commit 1531db26d7
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Postfix SMTP relay for Gmail
services:
postfix:
image: boky/postfix
restart: unless-stopped
@ -17,7 +17,6 @@
# - SMTP_USE_STARTTLS=yes
ports:
- "25:25"
services:
nginx:
image: nginx:latest
container_name: cmc-prod-nginx

View file

@ -1,4 +1,4 @@
# Postfix SMTP relay for Gmail
services:
postfix:
image: boky/postfix
restart: unless-stopped
@ -17,7 +17,6 @@
# - SMTP_USE_STARTTLS=yes
ports:
- "25:25"
services:
nginx:
image: nginx:latest
container_name: cmc-stg-nginx