Files
tor/compose.yaml
Baerspektivo f4e16c7a87
Some checks failed
Build and Deploy / deploy (push) Failing after 4s
REFECTORED: eddit imag to custom and bild to .
2025-11-27 08:48:34 +01:00

17 lines
318 B
YAML

---
services:
# Dein Tor Proxy
tor:
image: custom-tor-proxy:latest
build: .
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