-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
29 lines (29 loc) · 1.21 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: "3.9"
services:
torproxy:
build:
context: .
dockerfile: Dockerfile
image: debian-torproxy
container_name: debian-torproxy
restart: unless-stopped
ports:
- "8118:8118"
- "5566:5566"
- "2090:2090"
environment:
tors: 10 # uncomment to set the amount of tor instances
# new_circuit_period: 120 # uncomment to set new circuit period
# max_circuit_dirtiness: 600 # uncomment to set max circuit dirtiness
# circuit_build_timeout: 60 # uncomment to set circuit build timeout
# tor_bridges: "br1;br2;br3" # uncomment to set tor bridges
# test_url: "http://google.com" # uncomment to set test url
# test_status: "302" # uncomment to set test status
# haproxy_stats: 2090 # uncomment to enable haproxy stats port
# haproxy_login: "admin" # uncomment to set haproxy stats login
# haproxy_pass: "admin" # uncomment to set haproxy stats password
# haproxy_port: 5566 # uncomment to set haproxy port
# privoxy_port: 8118 # uncomment to set privoxy port
# privoxy_permit: "" # uncomment to set privoxy permit
# privoxy_deny: "" # uncomment to set privoxy deny
privoxy: 1 # uncomment to enable privoxy