mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
wgcf: new private own proxy instead of cloudflare
This commit is contained in:
parent
4ad3ec1413
commit
a085e2e55e
2 changed files with 6 additions and 6 deletions
|
|
@ -93,10 +93,10 @@ services:
|
|||
profiles:
|
||||
- prod
|
||||
environment:
|
||||
- "PROXY_LIST=socks5://haproxy-pb:1080"
|
||||
depends_on:
|
||||
haproxy-proxy-balancer:
|
||||
condition: service_healthy
|
||||
- "PROXY_LIST=${PROXY_LIST:-socks5://haproxy-pb:1080}"
|
||||
# depends_on:
|
||||
# haproxy-proxy-balancer:
|
||||
# condition: service_healthy
|
||||
container_name: freedium_web
|
||||
hostname: freedium_web
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
include:
|
||||
- docker-compose.main.yml
|
||||
- docker-compose.wgcf.yml
|
||||
# - docker-compose.wgcf.yml
|
||||
- docker-compose.db.yml
|
||||
- docker-compose.utility.yml
|
||||
- docker-compose.proxy.yml
|
||||
# - docker-compose.proxy.yml
|
||||
- docker-compose.plausible.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue