diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-05 16:36:51 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-11 11:58:34 -0800 |
commit | 040994898b109b3f344b37d1d449eb3b8f58ec53 (patch) | |
tree | 04758f61df0034a398ba133a3b29e7feecf23b85 /template/Dockerfile | |
parent | 687caaa787f9114e390ef34cd06b0c0658cdeae2 (diff) | |
download | oldinfra-040994898b109b3f344b37d1d449eb3b8f58ec53.tar.gz oldinfra-040994898b109b3f344b37d1d449eb3b8f58ec53.zip |
add ntfy integration
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"] |