From 4c9854882318ff445690fb9b16c791c93d6e2489 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 29 Jun 2025 23:58:11 +0800 Subject: mail: remove roundcube. --- services/templates/docker-compose.yaml.template | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'services/templates/docker-compose.yaml.template') diff --git a/services/templates/docker-compose.yaml.template b/services/templates/docker-compose.yaml.template index 3410c97..a48d529 100644 --- a/services/templates/docker-compose.yaml.template +++ b/services/templates/docker-compose.yaml.template @@ -41,23 +41,6 @@ services: ipv4_address: "172.21.5.3" restart: on-failure:3 - roundcubemail: - image: "roundcube/roundcubemail" - pull_policy: always - hostname: roundcubemail - env_file: - - "./@@CRUPEST_GENERATED_DIR@@/envs/roundcubemail.env" - volumes: - - "./@@CRUPEST_DATA_SECRET_DIR@@/gnupg:/var/roundcube/enigma" - - "./@@CRUPEST_DATA_ROUNDCUBE_DIR@@/www/html:/var/www/html" - - "./@@CRUPEST_DATA_ROUNDCUBE_DIR@@/db:/var/roundcube/db" - - "./@@CRUPEST_GENERATED_DIR@@/roundcube.inc.php:/var/roundcube/config" - - "roundcubemail-temp:/tmp/roundcube-temp" - networks: - default: - ipv4_address: "172.21.5.4" - restart: on-failure:3 - v2ray: pull_policy: build build: @@ -86,9 +69,6 @@ services: - "./data/auto-backup:/data/auto-backup" restart: "on-failure:3" -volumes: - roundcubemail-temp: - networks: default: enable_ipv6: false -- cgit v1.2.3