From be7dd4507382716594096a141254c72e43f3498e Mon Sep 17 00:00:00 2001 From: Marcus Brown Date: Mon, 13 Jan 2025 16:33:23 +1100 Subject: [PATCH] create more profiles for debug --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3a84327..5742007 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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