2022-10-20 14:18:22 +02:00
|
|
|
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
|
2023-03-08 22:42:29 +01:00
|
|
|
|
2024-11-06 15:06:29 +01:00
|
|
|
# Uncomment if you want to use valkey as cache
|
|
|
|
# valkey:
|
|
|
|
# image: valkey/valkey
|
|
|
|
# container_name: valkey
|
2023-03-08 22:42:29 +01:00
|
|
|
# restart: unless-stopped
|
2024-07-23 17:32:20 +02:00
|
|
|
# volumes:
|
2023-03-08 22:42:29 +01:00
|
|
|
# - ./cache:/data
|