ops/backrest/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-01 17:43:26 +00:00
parent 2ae5f65ace
commit 3c14f16c87
+5 -9
View File
@@ -9,25 +9,24 @@ services:
- BACKREST_CONFIG=/config/config.json - BACKREST_CONFIG=/config/config.json
- XDG_CACHE_HOME=/cache - XDG_CACHE_HOME=/cache
- TMPDIR=/tmp - TMPDIR=/tmp
volumes: volumes:
- /mnt/user/appdata/backrest/data:/data - /mnt/user/appdata/backrest/data:/data
- /mnt/user/appdata/backrest/config:/config - /mnt/user/appdata/backrest/config:/config
- /mnt/user/appdata/backrest/cache:/cache - /mnt/user/appdata/backrest/cache:/cache
- /mnt/user/appdata/backrest/tmp:/tmp - /mnt/user/appdata/backrest/tmp:/tmp
- /mnt/user:/mnt/user
# SSH für Hetzner
- /mnt/user/appdata/backrest/ssh:/root/.ssh - /mnt/user/appdata/backrest/ssh:/root/.ssh
# Quellen (Backup)
- /mnt/user/appdata:/source/appdata:ro - /mnt/user/appdata:/source/appdata:ro
- /mnt/user:/source/user:ro
# WD Backup-Ziel
- /mnt/remotes/192.168.178.86/Public/backrest-repos:/repos/wd - /mnt/remotes/192.168.178.86/Public/backrest-repos:/repos/wd
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 8.8.8.8 - 8.8.8.8
networks: networks:
- backend_net - backend_net
- frontend_net - frontend_net
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.docker.network=frontend_net - traefik.docker.network=frontend_net
@@ -37,10 +36,7 @@ services:
- traefik.http.routers.backrest.tls.certresolver=le - traefik.http.routers.backrest.tls.certresolver=le
- traefik.http.routers.backrest.middlewares=authelia@file,secure-headers@file - traefik.http.routers.backrest.middlewares=authelia@file,secure-headers@file
- traefik.http.services.backrest.loadbalancer.server.port=9898 - traefik.http.services.backrest.loadbalancer.server.port=9898
- homepage.group=Tools
- homepage.name=Backrest
- homepage.icon=backrest.png
- homepage.href=https://backrest.kaleschke.info
networks: networks:
backend_net: backend_net:
external: true external: true