diff --git a/docs/compose/tor.yml b/docs/compose/tor.yml new file mode 100644 index 0000000..52cc62d --- /dev/null +++ b/docs/compose/tor.yml @@ -0,0 +1,16 @@ +version: "3" + +services: + app: + image: ghcr.io/broodjeaap/go-watch:latest + container_name: go-watch + environment: + - HTTP_PROXY=http://tor-privoxy:8118 + - HTTPS_PROXY=http://tor-privoxy:8118 + volumes: + - ./tmp:/config + ports: + - "8080:8080" + tor-privoxy: + image: dockage/tor-privoxy + container_name: tor-privoxy \ No newline at end of file