Files
tor/compose.yaml
Baerspektivo e502500856
Some checks failed
Build and Deploy / deploy (push) Failing after 11s
first commit
2025-11-26 20:10:58 +01:00

19 lines
430 B
YAML

---
services:
# Dein Tor Proxy
tor:
image: osminogin/tor-simple
container_name: tor-proxy
restart: always
ports:
- "9050:9050"
# Der Auto-Updater
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 86400 --cleanup # Prüft alle 24h (86400 sek) und löscht alte Images