docker: docker-compose.yml -> compose.yaml
Further removed the obsolete "version".
This commit is contained in:
parent
e1ae4d2e43
commit
7295d210b8
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@ A bridge between ntfy and Alertmanager.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Simply use go build or the [docker image] with [docker-compose file].
|
Simply use go build or the [docker image] with [docker compose file].
|
||||||
`ntfy-alertmanager:latest` is built from the latest tagged release while
|
`ntfy-alertmanager:latest` is built from the latest tagged release while
|
||||||
`ntfy-alertmanager:dev` is built from the master branch.
|
`ntfy-alertmanager:dev` is built from the master branch.
|
||||||
On Arch Linux you can install the [aur package] as well.
|
On Arch Linux you can install the [aur package] as well.
|
||||||
|
@ -55,7 +55,7 @@ or write to me directly on matrix [@xenrox:xenrox.net].
|
||||||
[mailing list]: https://lists.xenrox.net/~xenrox/public-inbox
|
[mailing list]: https://lists.xenrox.net/~xenrox/public-inbox
|
||||||
[@xenrox:xenrox.net]: https://matrix.to/#/@xenrox:xenrox.net
|
[@xenrox:xenrox.net]: https://matrix.to/#/@xenrox:xenrox.net
|
||||||
[docker image]: https://hub.docker.com/r/xenrox/ntfy-alertmanager
|
[docker image]: https://hub.docker.com/r/xenrox/ntfy-alertmanager
|
||||||
[docker-compose file]: https://git.xenrox.net/~xenrox/ntfy-alertmanager/tree/master/item/docker/docker-compose.yml
|
[docker compose file]: https://git.xenrox.net/~xenrox/ntfy-alertmanager/tree/master/item/docker/compose.yaml
|
||||||
[example configuration file]: https://git.xenrox.net/~xenrox/ntfy-alertmanager/tree/master/item/config.scfg
|
[example configuration file]: https://git.xenrox.net/~xenrox/ntfy-alertmanager/tree/master/item/config.scfg
|
||||||
[my deployment]: https://git.xenrox.net/~xenrox/ansible/tree/master/item/roles/alertmanager/templates/ntfy-alertmanager.j2
|
[my deployment]: https://git.xenrox.net/~xenrox/ansible/tree/master/item/roles/alertmanager/templates/ntfy-alertmanager.j2
|
||||||
[aur package]: https://aur.archlinux.org/packages/ntfy-alertmanager
|
[aur package]: https://aur.archlinux.org/packages/ntfy-alertmanager
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
ntfy-alertmanager:
|
ntfy-alertmanager:
|
||||||
image: xenrox/ntfy-alertmanager:latest
|
image: xenrox/ntfy-alertmanager:latest
|
||||||
|
@ -14,5 +13,5 @@ services:
|
||||||
# image: redis:alpine
|
# image: redis:alpine
|
||||||
# container_name: redis
|
# container_name: redis
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./cache:/data
|
# - ./cache:/data
|
Loading…
Add table
Reference in a new issue