add backup container
All checks were successful
Update Compose File / build (push) Successful in 10s

This commit is contained in:
2025-12-19 20:36:49 -08:00
parent 9d297bc7a0
commit bd99731c81

View File

@@ -73,6 +73,16 @@ services:
- "traefik.http.routers.traefik-secure.service=api@internal" - "traefik.http.routers.traefik-secure.service=api@internal"
- "wud.watch=false" - "wud.watch=false"
backup:
container_name: backup
image: gitea.craisin.tech/craisin/backup:latest
volumes:
- ${DATA}:/source/data
- ${DRIVE}:/source/drive
- /home/craisin/config:/source/config
- /home/craisin/backup:/dest
restart: always
# Productivity # Productivity
crontab-guru: crontab-guru:
container_name: crontab-guru container_name: crontab-guru