Skip to content

Commit

Permalink
fix backup status update
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 25, 2025
1 parent 7fb390f commit d0ed7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/backup/docker-compose.restic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
wait-for redis:6379 --timeout=60 -- docker exec redis dump
wait-for mysql:3306 --timeout=60 -- docker exec mysql dump
docker exec uptime-kuma sh -c 'rm -f data/*.db.bak*'
POST_COMMANDS_SUCCESS: 'curl -X POST https://up.${BASE_HOST}/api/push/vdP9McS4Pm?status=up&msg=OK&ping='
POST_COMMANDS_SUCCESS: 'curl https://up.${BASE_HOST}/api/push/vdP9McS4Pm?status=up&msg=OK&ping='
POST_COMMANDS_FAILURE: 'curl -X POST -d "text=backup failed" http://apprise:8000/notify/alerts'

prune:
Expand Down

0 comments on commit d0ed7c0

Please sign in to comment.