wildduck 2. version
This commit is contained in:
@@ -45,9 +45,9 @@ services:
|
||||
- "25:25" # SMTP
|
||||
- "587:587" # SMTP Submission
|
||||
- "993:993" # IMAPS
|
||||
- "995:995" # POP3S
|
||||
- "127.0.0.1:995:995" # POP3S (nur lokal)
|
||||
- "143:143" # IMAP
|
||||
- "110:110" # POP3
|
||||
- "127.0.0.1:110:110" # POP3 (nur lokal)
|
||||
networks:
|
||||
- mail_network
|
||||
|
||||
@@ -58,9 +58,12 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- wildduck
|
||||
- redis
|
||||
environment:
|
||||
- WEBMAIL_HOST=mail.andreasknuth.de
|
||||
- WILDDUCK_API=http://wildduck:8080
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
ports:
|
||||
- "127.0.0.1:4000:3000"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user