mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
16 lines
305 B
Bash
16 lines
305 B
Bash
# 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_HOSTNAME=mail.yourdomain.com
|
|
TZ=America/Vancouver
|