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