batch rename docker-compose.yml -> compose.yaml across 19 stacks

This commit is contained in:
openhands
2026-07-16 04:48:13 +00:00
parent 0e278f98fe
commit 41cc2c0999
19 changed files with 0 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
poste:
image: analogic/poste.io
restart: unless-stopped
ports:
- "25:25" # SMTP
- "110:110" # POP3
- "143:143" # IMAP
- "587:587" # Submission (SMTP client relay)
- "993:993" # IMAPS
- "995:995" # POP3S
- "4190:4190"
environment:
- HTTPS=ON
- PUBLIC_HOSTNAME=${POSTE_PUBLIC_HOSTNAME:-mail.yourdomain.com}
- TZ=${TZ:-America/Vancouver}
volumes:
- ${VOL_PATH}:/data