File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,11 @@ services:
9292 ports :
9393 - " 80:80"
9494 - " 443:443"
95+ - " 993:993" # IMAPS
96+ - " 995:995" # POP3S
97+ - " 587:587" # SMTP Submission (STARTTLS)
9598 networks :
99+ - email_network
96100 - app_network
97101 - monitoring_network
98102 depends_on :
@@ -103,6 +107,7 @@ services:
103107 - caddy_data:/data
104108 - caddy_config:/config
105109 restart : unless-stopped
110+
106111 stalwart :
107112 image : stalwartlabs/stalwart:latest
108113 container_name : stalwart
@@ -114,6 +119,8 @@ services:
114119 - " 995" # POP3S
115120 ports :
116121 - " 8060:8080" # Admin GUI
122+ networks :
123+ - email_network
117124 volumes :
118125 - stalwart_data:/data
119126 - stalwart_config:/etc/stalwart
@@ -257,4 +264,6 @@ networks:
257264 app_network :
258265 driver : bridge
259266 monitoring_network :
267+ driver : bridge
268+ email_network :
260269 driver : bridge
You can’t perform that action at this time.
0 commit comments