Commit graph

5 commits

Author SHA1 Message Date
Thorben Günther
de1c9c58ae
docker: Add redis section to docker-compose file
With a persistent volume.
2023-03-08 22:42:29 +01:00
Thorben Günther
84c4c45d5b
version: Use linker flag
Embedding the version file is slightly annoying for packaging, because
the release tarball is not a git repository and so "go generate" would
fail. Instead a packager would have to manually create the version.txt
file.
With using a linker flag, the version string has a graceful fallback.
2023-02-16 13:06:21 +01:00
Thorben Günther
78801c98e4
Add version flag
And print version at startup.
2023-01-16 14:35:53 +01:00
Thorben Günther
55c58d882c
Publish a dev docker image
It is build from the master branch.
2023-01-14 21:31:54 +01:00
Thorben Günther
5f187d1311
Add Dockerfile and publish image
Closes: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/4
2022-10-20 14:18:22 +02:00