feat: add backup-status service (port 9999, push API for borgmatic)

This commit is contained in:
feldjaeger 2026-04-02 11:49:03 +02:00
parent 519eb66bef
commit 6ad9b1a93f
3 changed files with 79 additions and 0 deletions

View file

@ -152,3 +152,13 @@ services:
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
restart: unless-stopped
backup-status:
build: ./backup-status
container_name: backup-status
restart: always
ports:
- "9999:9999"
volumes:
- /app-config/backup_status_data:/data
networks:
- monitoring_network