You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
904 B
23 lines
904 B
version: "3"
|
|
|
|
services:
|
|
mail-autodiscover-autoconfig:
|
|
image: wdes/mail-autodiscover-autoconfig:latest
|
|
mem_limit: 120M
|
|
mem_reservation: 50M
|
|
restart: on-failure:40
|
|
ports:
|
|
- "8088:80"
|
|
environment:
|
|
ROCKET_PROFILE: production
|
|
ROCKET_ADDRESS: "0.0.0.0"
|
|
ROCKET_PORT: "80"
|
|
# https://www.uuidgenerator.net/
|
|
# Re-generate the two UUIDs below
|
|
APPLE_MAIL_UUID: ff83a13b-c4e6-41c5-bf54-0a244bb3bf5d
|
|
APPLE_PROFILE_UUID: b8e39daa-64a3-4928-bb86-cb4b551fdd57
|
|
# CUSTOM_DOMAINS: foo.tld
|
|
# (optional: CUSTOM_DOMAINS) List of domains that will use {imap,pop,smtp}.domain.tld instead of the hosts below
|
|
IMAP_HOSTNAME: imap.mails.provider.tld
|
|
POP_HOSTNAME: pop.mails.provider.tld
|
|
SMTP_HOSTNAME: smtp.mails.provider.tld |