wgcf: new private own proxy instead of cloudflare

This commit is contained in:
ZhymabekRoman 2025-01-25 11:17:29 +05:00
parent 4ad3ec1413
commit a085e2e55e
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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