feat: add optional healthcheck URL ping after successful sync

This commit is contained in:
2026-08-01 15:28:03 +02:00
parent e44362da72
commit b8c8c68f94
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ services:
- WINDOW_PAST_DAYS=${WINDOW_PAST_DAYS:-90}
- WINDOW_FUTURE_DAYS=${WINDOW_FUTURE_DAYS:-365}
- LOG_LEVEL=${LOG_LEVEL:-INFO}
- HEALTHCHECK_URL=${HEALTHCHECK_URL:-}
labels:
- "com.centurylinklabs.watchtower.enable=true"