File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ services:
39
39
wait-for redis:6379 --timeout=60 -- docker exec redis dump
40
40
wait-for mysql:3306 --timeout=60 -- docker exec mysql dump
41
41
docker exec uptime-kuma sh -c 'rm -f data/*.db.bak*'
42
- # Too noisy... reconsider if I get a 'noise' inbox
43
- # POST_COMMANDS_SUCCESS: 'curl -X POST -H ''Content-type: application/json'' --data ''{"text": "Backup ran successfully!"}'' ${SLACK_NOTIFICATIONS_ENDPOINT}'
44
- POST_COMMANDS_FAILURE : ' curl -X POST -H '' Content-type: application/json'' --data '' {"text": "Backup failed!"}'' ${SLACK_ALERTS_ENDPOINT}'
42
+ POST_COMMANDS_SUCCESS : ' curl -X POST https://up.${BASE_HOST}/api/push/vdP9McS4Pm?status=up&msg=OK&ping='
43
+ POST_COMMANDS_FAILURE : ' curl -X POST -d "text=backup failed" http://apprise:8000/notify/alerts'
45
44
46
45
prune :
47
46
image : mazzolino/restic:1.7.2
You can’t perform that action at this time.
0 commit comments