Add onion

This commit is contained in:
Antonio J. Delgado 2023-07-07 21:51:29 +03:00
parent 9967b317a2
commit b4cc01d9e9
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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