diff options
author | Yuqian Yang <crupest@outlook.com> | 2025-06-29 17:24:25 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2025-06-29 17:24:25 +0800 |
commit | f83c3343d1fafbc1bf387dfc64e269fed441ca26 (patch) | |
tree | 07a6200664bc0fd9d892dbb1b0e31294cb53750a /services/templates/docker-compose.yaml.template | |
parent | e2ca6c92b4af225cb7d7247b538866fdffe89820 (diff) | |
download | crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.gz crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.bz2 crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.zip |
service: remove 2fa.
Diffstat (limited to 'services/templates/docker-compose.yaml.template')
-rw-r--r-- | services/templates/docker-compose.yaml.template | 15 |
1 files changed, 1 insertions, 14 deletions
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: |