From 1531db26d7a4d9c39e430d5a519af5ef9820a0a1 Mon Sep 17 00:00:00 2001 From: Finley Ghosh Date: Sat, 13 Sep 2025 22:42:31 +1000 Subject: [PATCH] Moving postfix --- docker-compose.prod.yml | 3 +-- docker-compose.stg.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 56606e2e..8ab3fbdf 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -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 diff --git a/docker-compose.stg.yml b/docker-compose.stg.yml index 86617dbb..d8c46a1e 100644 --- a/docker-compose.stg.yml +++ b/docker-compose.stg.yml @@ -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