poste tweaks, not working yet

This commit is contained in:
2025-01-21 18:05:04 -08:00
parent 7c0a75aa75
commit aa1124a3b5
+2 -3
View File
@@ -1,7 +1,6 @@
services:
poste:
image: analogic/poste.io
container_name: poste
restart: unless-stopped
ports:
- "25:25" # SMTP
@@ -10,10 +9,10 @@ services:
- "587:587" # Submission (SMTP client relay)
- "993:993" # IMAPS
- "995:995" # POP3S
- "8080:80" # Internal HTTP for reverse proxy
- "4190:4190"
environment:
- HTTPS=ON
- PUBLIC_HOSTNAME=${POSTE_PUBLIC_HOSTNAME:-mail.yourdomain.com}
- TZ=${TZ:-America/Vancouver}
volumes:
- ./data:/data
- ${VOL_PATH}:/data