Thorben Günther
d25169e203
docker: Fix warnings
...
"FromAsCasing: 'as' and 'FROM' keywords' casing do not match"
2024-11-07 14:24:33 +01:00
Thorben Günther
dbe860e429
docker: Recommend valkey
...
References: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/24
2024-11-06 15:06:29 +01:00
Thorben Günther
7295d210b8
docker: docker-compose.yml -> compose.yaml
...
Further removed the obsolete "version".
2024-07-23 17:32:20 +02:00
Thorben Günther
e8918ce3e7
docker: Release 0.3.0
2023-07-19 16:38:40 +02:00
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