mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* 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>
22 lines
395 B
YAML
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: {}
|