Verzeichnisse updaten

This commit is contained in:
2026-01-18 13:51:07 +01:00
parent ccf2160db7
commit 5a3205749c
8 changed files with 161 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
prunemate:
image: anoniemerd/prunemate:latest
container_name: prunemate
ports:
- 9696:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./prunemate/logs:/var/log
- ./config:/config
environment:
- PRUNEMATE_TZ=Europe/Berlin # Change this to your desired timezone
- PRUNEMATE_TIME_24H=true #false for 12-Hour format (AM/PM)
# Optional: Enable authentication (generate hash with: docker run --rm anoniemerd/prunemate python prunemate.py --gen-hash "password")
# - PRUNEMATE_AUTH_USER=admin
# - PRUNEMATE_AUTH_PASSWORD_HASH=your_base64_encoded_hash_here
restart: unless-stopped