ntfy-alertmanager/docker/compose.yaml
Thorben Günther 7295d210b8
docker: docker-compose.yml -> compose.yaml
Further removed the obsolete "version".
2024-07-23 17:32:20 +02:00

17 lines
422 B
YAML

services:
ntfy-alertmanager:
image: xenrox/ntfy-alertmanager:latest
container_name: ntfy-alertmanager
volumes:
- ./config:/etc/ntfy-alertmanager/config
ports:
- 127.0.0.1:8080:8080
restart: unless-stopped
# Uncomment if you want to use redis as cache
# redis:
# image: redis:alpine
# container_name: redis
# restart: unless-stopped
# volumes:
# - ./cache:/data