From e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 29 Jun 2025 17:24:25 +0800 Subject: service: remove 2fa. --- services/templates/docker-compose.yaml.template | 15 +-------------- 1 file changed, 1 insertion(+), 14 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 6194c78..14d8ed4 100644 --- a/services/templates/docker-compose.yaml.template +++ b/services/templates/docker-compose.yaml.template @@ -90,19 +90,6 @@ services: ipv4_address: "172.21.5.5" restart: on-failure:3 - 2fauth: - image: "2fauth/2fauth" - pull_policy: always - hostname: 2fauth - env_file: - - "./@@CRUPEST_GENERATED_DIR@@/envs/2fauth.env" - volumes: - - "./data/2fauth:/2fauth" - networks: - default: - ipv4_address: "172.21.5.6" - restart: "on-failure:3" - v2ray: pull_policy: build build: @@ -115,7 +102,7 @@ services: - "./@@CRUPEST_GENERATED_DIR@@/envs/v2ray.env" networks: default: - ipv4_address: "172.21.5.7" + ipv4_address: "172.21.5.6" restart: "on-failure:3" auto-backup: -- cgit v1.2.3