create more profiles for debug
This commit is contained in:
+4
-4
@@ -89,7 +89,7 @@ services:
|
||||
image: rspamd/rspamd
|
||||
container_name: rspamd
|
||||
profiles:
|
||||
- smtp
|
||||
- rspamd
|
||||
environment:
|
||||
RSPAMD_PASSWORD: "${RSPAMD_PASSWORD:-rspamd_admin_password}"
|
||||
volumes:
|
||||
@@ -104,7 +104,7 @@ services:
|
||||
image: roundcube/roundcubemail:latest
|
||||
container_name: roundcube
|
||||
profiles:
|
||||
- imap
|
||||
- roundcube
|
||||
depends_on:
|
||||
- mailserver
|
||||
environment:
|
||||
@@ -123,7 +123,7 @@ services:
|
||||
image: hardware/rainloop
|
||||
container_name: rainloop
|
||||
profiles:
|
||||
- imap
|
||||
- rainloop
|
||||
depends_on:
|
||||
- mailserver
|
||||
environment:
|
||||
@@ -138,7 +138,7 @@ services:
|
||||
image: gilleslamiral/imapsync
|
||||
container_name: imapsync
|
||||
profiles:
|
||||
- imap
|
||||
- imapsync
|
||||
command: "sleep infinity"
|
||||
volumes:
|
||||
- imapsync_config:/sync/config
|
||||
|
||||
Reference in New Issue
Block a user