prod #123

Merged
finley merged 122 commits from prod into master 2025-11-22 17:52:40 -08:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 1531db26d7 - Show all commits

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