chore: change file extension for compose files

This commit is contained in:
2024-06-07 20:34:38 +00:00
parent e816cd06cc
commit daa4e986e4
4 changed files with 0 additions and 0 deletions

16
alertmanager/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
alertmanager:
container_name: alertmanager
image: quay.io/prometheus/alertmanager
restart: unless-stopped
volumes:
- ./appconf/alertmanager.yml:/etc/alertmanager/alertmanager.yml
networks:
- monitoring
labels:
# Diun
diun.enable: true
networks:
monitoring:
external: true