Add onion
This commit is contained in:
parent
9967b317a2
commit
b4cc01d9e9
2 changed files with 18 additions and 0 deletions
|
@ -25,6 +25,20 @@ services:
|
|||
# networks:
|
||||
# - internal_network
|
||||
|
||||
tor:
|
||||
image: sirboops/tor
|
||||
networks:
|
||||
- external_network
|
||||
- internal_network
|
||||
|
||||
privoxy:
|
||||
image: sirboops/privoxy
|
||||
volumes:
|
||||
- ./priv-config:/opt/config
|
||||
networks:
|
||||
- external_network
|
||||
- internal_network
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:7-alpine
|
||||
|
|
|
@ -80,3 +80,7 @@ ES_PORT={{ es_port }}
|
|||
# Authentication for ES (optional)
|
||||
ES_USER={{ es_user }}
|
||||
ES_PASS={{ es_pass }}
|
||||
|
||||
# Tor
|
||||
http_proxy=http://privoxy:8118
|
||||
ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
||||
|
|
Loading…
Reference in a new issue