Files
docker/tor-privoxy/compose.yml

28 lines
644 B
YAML

#version: "3"
services:
tor-privoxy:
#restart: always
image: dockage/tor-privoxy:latest
#network_mode: "host"
networks:
- tor-privoxy
ports:
- "${PORT_TOR_PROXY}:9050" # Tor proxy
- "${PORT_TOR_CONTROL}:9051" # Tor control port
- "${PORT_PRIVOXY}:8118" # Privoxy
deploy:
placement:
constraints:
- node.role == manager
labels:
- homepage.group=Services
- homepage.name=Tor-Privoxy
#- homepage.icon=portainer.png
#- homepage.href=https://portainer.home.ramberg.net/
networks:
tor-privoxy:
driver: overlay
attachable: true