diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 22:09:58 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 22:10:16 -0700 |
commit | 99abaf7130814dc2a9d9b92bda8693f802203f48 (patch) | |
tree | 99ebc37ac000d7b127e1b8bccc4814885c4d24f0 | |
parent | 4f79cdfcc1ee65b2a1bef717f49880f659df8300 (diff) | |
download | backup-notify-99abaf7130814dc2a9d9b92bda8693f802203f48.tar.gz backup-notify-99abaf7130814dc2a9d9b92bda8693f802203f48.zip |
change ntfy endpoint in hatecomputers!
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ RUN go build -o /app/backup-notify EXPOSE 8080 -CMD ["/app/backup-notify", "--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"] +CMD ["/app/backup-notify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"] |