Files
tor/compose.yaml
Baerspektivo 1642bdd08c
Some checks failed
Build and Deploy / deploy (push) Failing after 5m5s
REMOVED: Watchtower
2025-11-26 20:41:13 +01:00

16 lines
302 B
YAML

---
services:
# Dein Tor Proxy
tor:
image: osminogin/tor-simple
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