first commit
Some checks failed
Build and Deploy / deploy (push) Failing after 11s

This commit is contained in:
2025-11-26 20:10:58 +01:00
commit e502500856
2 changed files with 81 additions and 0 deletions

18
compose.yaml Normal file
View File

@@ -0,0 +1,18 @@
---
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