fix second batch of _dev stacks: mariadb, mealie, nocodb, openarchiver, penpot, peertube, poste, posthog, suitecrm, zammad

This commit is contained in:
openhands
2026-07-16 04:57:38 +00:00
parent 6eedbf4a0d
commit 366709ddd8
18 changed files with 475 additions and 811 deletions
+13 -6
View File
@@ -1,8 +1,15 @@
# Global
COOKBOOK=/git/docker-compose-cookbooks
VOL_PATH=./data
TZ=America/Vancouver
COMPOSE_PROJECT_NAME=poste
# Compose
VOL_PATH=/data
POSTE_IMAGE=analogic/poste.io:latest
POSTE_RESTART=unless-stopped
POSTE_SMTP_PORT=25
POSTE_POP3_PORT=110
POSTE_IMAP_PORT=143
POSTE_SUBMISSION_PORT=587
POSTE_IMAPS_PORT=993
POSTE_POP3S_PORT=995
POSTE_SIEVE_PORT=4190
# Poste
POSTE_PUBLIC_HOSTNAME=yourDomain.com
POSTE_HOSTNAME=mail.yourdomain.com
TZ=America/Vancouver