summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 15:16:26 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-05 15:29:23 -0800
commit2984a715b830410b6d6ce2a8aaa1fc8a2388ee99 (patch)
tree09dc00606931885e8b345791cd1a301335dd494c /Dockerfile
parentd86746bb0ddcb7dcfc6225f9fe37f6034c958913 (diff)
downloadphoneof-2984a715b830410b6d6ce2a8aaa1fc8a2388ee99.tar.gz
phoneof-2984a715b830410b6d6ce2a8aaa1fc8a2388ee99.zip
add ntfy integration
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e84c50b..68c157a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN go build -o /app/phoneof
EXPOSE 8080
-CMD ["/app/phoneof", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneof.db", "--static-path", "/app/static", "--scheduler", "--httpsms-endpoint", "https://httpsms.internal.simponic.xyz"]
+CMD ["/app/phoneof", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneof.db", "--static-path", "/app/static", "--scheduler", "--httpsms-endpoint", "https://httpsms.internal.simponic.xyz", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-topic", "sms"]