added tor compose example
This commit is contained in:
parent
a899c83d6e
commit
67b6eb7357
1 changed files with 16 additions and 0 deletions
16
docs/compose/tor.yml
Normal file
16
docs/compose/tor.yml
Normal 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
|
Loading…
Add table
Reference in a new issue