Files
templates/blueprints/borgitory/docker-compose.yml
Jainil Prajapati 4fa79baae8 feat: add Borgitory BorgBackup web manager entry (#390)
* feat: add Borgitory BorgBackup web manager entry

* feat(meta.json): add documentation link to Borgitory entry

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-09-27 14:42:12 -06:00

22 lines
395 B
YAML

version: "3.8"
services:
borgitory:
image: mlapaglia/borgitory:latest
restart: unless-stopped
expose:
- 8000
cap_add:
- SYS_ADMIN
devices:
- /dev/fuse
volumes:
- borgitory-data:/app/data
- borgitory-sources:/mnt/sources:ro
- borgitory-repos:/mnt/repos:ro
volumes:
borgitory-data: {}
borgitory-sources: {}
borgitory-repos: {}