Files
tor/compose.yaml
Baerspektivo 9320fdf238
Some checks failed
Build and Deploy / deploy (push) Failing after 2s
REFECTORED: refecotred compose and deploymend
2025-11-27 08:33:15 +01:00

16 lines
283 B
YAML

---
services:
# Dein Tor Proxy
tor:
image: .
container_name: tor-proxy
restart: always
ports:
- "9050:9050"
healthcheck:
test: ["CMD", "nc", "-z", "localhost", "9050"]
interval: 10s
timeout: 5s
retries: 5
start_period: 15s