Переосмысление сервисов
Deploy ru-vps / deploy (push) Successful in 29s

This commit is contained in:
Dmitry
2026-06-08 19:22:42 +03:00
parent f98b83514f
commit 4a80762cbc
5 changed files with 1 additions and 32 deletions
-7
View File
@@ -1,7 +0,0 @@
daemon
log /dev/stdout
auth strong
users ${PROXY_USER}:CL:${PROXY_PASS}
allow ${PROXY_USER}
parent 1000 socks5 127.0.0.1 7890
socks -p1080
-7
View File
@@ -6,10 +6,3 @@ services:
- ./squid.conf:/etc/squid/squid.conf:ro - ./squid.conf:/etc/squid/squid.conf:ro
- ./passwd:/etc/squid/passwd:ro - ./passwd:/etc/squid/passwd:ro
restart: unless-stopped restart: unless-stopped
3proxy:
image: 3proxy/3proxy
network_mode: host
volumes:
- ./3proxy.cfg:/config/3proxy.cfg:ro
command: ["/config/3proxy.cfg"] # или просто "/config/3proxy.cfg"
restart: unless-stopped
+1 -1
View File
@@ -3,7 +3,7 @@ acl authenticated proxy_auth REQUIRED
http_access allow authenticated http_access allow authenticated
http_access deny all http_access deny all
cache_peer 127.0.0.1 parent 7890 0 no-query default cache_peer 127.0.0.1 parent 7891 0 no-query default
never_direct allow all never_direct allow all
http_port 3128 http_port 3128
-7
View File
@@ -1,7 +0,0 @@
services:
strelaysrv:
image: syncthing/relaysrv:latest
ports:
- "22067:22067" # relay protocol
- "22070:22070" # status/metrics
command: -listen=":22067" -status-srv=":22070" -pools=""
-10
View File
@@ -1,10 +0,0 @@
services:
v2raya:
image: mzz2017/v2raya:latest
container_name: v2raya
restart: unless-stopped
network_mode: host
privileged: true
volumes:
- /opt/data/v2raya:/etc/v2raya
# Убрал лишние переменные - v2raya сам скачает и установит V2Ray/Xray