diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 21:14:58 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 21:14:58 -0700 |
commit | 9d96d1a9422b30dd6caa42cca2a561970735f160 (patch) | |
tree | 3a548002293bf8a79514134437f718484a10193b /Dockerfile | |
parent | bef72712c271e7628342521985d68f418dcf0343 (diff) | |
download | backup-notify-9d96d1a9422b30dd6caa42cca2a561970735f160.tar.gz backup-notify-9d96d1a9422b30dd6caa42cca2a561970735f160.zip |
notify when we don't receive a thing in the last 24 hours
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ RUN go build -o /app/backupnotify EXPOSE 8080 -CMD ["/app/nackupnotify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups"] +CMD ["/app/nackupnotify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"] |