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: postfix:
image: boky/postfix image: boky/postfix
restart: unless-stopped restart: unless-stopped
@ -17,7 +17,6 @@
# - SMTP_USE_STARTTLS=yes # - SMTP_USE_STARTTLS=yes
ports: ports:
- "25:25" - "25:25"
services:
nginx: nginx:
image: nginx:latest image: nginx:latest
container_name: cmc-prod-nginx container_name: cmc-prod-nginx

View file

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