added support for btrfs snapshots
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s

This commit is contained in:
2025-10-19 21:06:27 -07:00
parent eecabae333
commit 544a29eaf5
2 changed files with 6 additions and 3 deletions

View File

@@ -1,12 +1,15 @@
services:
backupbot:
image: gitea.calahilstudios.com/calahil/backupbot
image: gitea.calahilstudios.com/calahil/backupbot:latest
container_name: backupbot
privileged: true
environment:
- TZ=Etc/UTC
volumes:
# Backup folder to store dumps (accessible by Duplicati)
- /srv/backups/postgres:/backups
- /srv/backups:/backups
# Local docker config dirs
- /srv/appdata:/source/appdata:rshared
# Docker socket to list containers
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped