Merge pull request #257 from mmihalev/next

This commit is contained in:
Dries Augustyns
2026-01-10 10:20:57 +01:00
committed by GitHub
+2 -2
View File
@@ -202,8 +202,8 @@ services:
ports: ports:
# SMTP ports (for email relay) # SMTP ports (for email relay)
- "465:465" # SMTPS (implicit TLS) - "${PORT_SECURE:-465}:465" # SMTPS (implicit TLS)
- "587:587" # SMTP Submission (STARTTLS) - "${PORT_SUBMISSION:-587}:587" # SMTP Submission (STARTTLS)
# Optional: Expose individual service ports for debugging # Optional: Expose individual service ports for debugging
# - "8080:8080" # API # - "8080:8080" # API
# - "3000:3000" # Web # - "3000:3000" # Web