chore: change file extension for compose files
This commit is contained in:
16
alertmanager/compose.yml
Normal file
16
alertmanager/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user