feat: add backup-status service (port 9999, push API for borgmatic)
This commit is contained in:
parent
519eb66bef
commit
6ad9b1a93f
3 changed files with 79 additions and 0 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue