diff options
Diffstat (limited to 'template/Dockerfile')
-rw-r--r-- | template/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Dockerfile b/template/Dockerfile index 87a2422..ff39f7c 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -10,4 +10,4 @@ RUN go build -o /app/{{ service }} EXPOSE 8080 -CMD ["/app/{{ service }}", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/{{ service }}.db", "--static-path", "/app/static", "--scheduler"] +CMD ["/app/{{ service }}", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/{{ service }}.db", "--static-path", "/app/static", "--scheduler", "--ntfy-topics", "whois", "--ntfy-endpoint", "https://ntfy.simponic.hatecomputers.club"] |