listen to ntfy topics
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elizabeth Hunt 2025-01-13 22:16:14 -08:00
parent 8380ef2db1
commit 239f4006b0
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -10,4 +10,4 @@ RUN go build -o /app/phoneassistant
EXPOSE 8080 EXPOSE 8080
CMD ["/app/phoneassistant", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneassistant.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "passt", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"] CMD ["/app/phoneassistant", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/phoneassistant.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "passt", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club", "--ntfy-listener"]