added tor compose example

This commit is contained in:
BroodjeAap 2023-03-04 12:40:39 +00:00
parent a899c83d6e
commit 67b6eb7357

16
docs/compose/tor.yml Normal file
View file

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