Добавить 3proxy к squid
Deploy ru-vps / deploy (push) Failing after 20s

This commit is contained in:
Dmitry
2026-06-08 18:55:05 +03:00
parent c0cd22a73a
commit 322bfa9513
3 changed files with 47 additions and 21 deletions
+11
View File
@@ -6,3 +6,14 @@ services:
- ./squid.conf:/etc/squid/squid.conf:ro
- ./passwd:/etc/squid/passwd:ro
restart: unless-stopped
3proxy:
image: 3proxy/3proxy
network_mode: host
environment:
- PROXY_USER=${PROXY_USER}
- PROXY_PASS=${PROXY_PASS}
volumes:
- ./entrypoint.sh:/entrypoint.sh:ro
entrypoint: sh /entrypoint.sh
restart: unless-stopped