diff options
Diffstat (limited to 'services/templates/docker-compose.yaml.template')
-rw-r--r-- | services/templates/docker-compose.yaml.template | 20 |
1 files changed, 0 insertions, 20 deletions
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 |