Files
infra/ru-vps/squid/docker-compose.yml
T
Dmitry 39bdb810a2
Deploy ru-vps / deploy (push) Failing after 27s
Update docker-compose.yml
2026-06-08 18:58:46 +03:00

20 lines
544 B
YAML

services:
squid:
image: ubuntu/squid
network_mode: host
volumes:
- ./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