am and prometheus host pathing update
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 10:56:08 -07:00
parent c952ca547a
commit 989edc7587
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ services:
- '--config.file=/etc/alertmanager/config.yml' - '--config.file=/etc/alertmanager/config.yml'
- '--storage.path=/alertmanager' - '--storage.path=/alertmanager'
volumes: volumes:
- /mnt/shared/alertmanager/config:/etc/alertmanager - /shared/alertmanager/config:/etc/alertmanager
- /mnt/shared/alertmanager/data:/alertmanager - /docker/alertmanager/data:/alertmanager
networks: networks:
- am_external - am_external
- am_internal - am_internal

View file

@ -11,8 +11,8 @@ services:
- '--storage.tsdb.retention.time=15d' - '--storage.tsdb.retention.time=15d'
- '--web.enable-lifecycle' # Keeps API reload capability - '--web.enable-lifecycle' # Keeps API reload capability
volumes: volumes:
- /docker/monitoring/prometheus/config:/etc/prometheus - /docker/prometheus/config:/etc/prometheus
- /docker/monitoring/prometheus/data:/prometheus - /shared/prometheus/data:/prometheus
ports: ports:
- "9090:9090" - "9090:9090"
networks: networks: