am and prometheus host pathing update
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
c952ca547a
commit
989edc7587
2 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@ services:
|
|||
- '--config.file=/etc/alertmanager/config.yml'
|
||||
- '--storage.path=/alertmanager'
|
||||
volumes:
|
||||
- /mnt/shared/alertmanager/config:/etc/alertmanager
|
||||
- /mnt/shared/alertmanager/data:/alertmanager
|
||||
- /shared/alertmanager/config:/etc/alertmanager
|
||||
- /docker/alertmanager/data:/alertmanager
|
||||
networks:
|
||||
- am_external
|
||||
- am_internal
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ services:
|
|||
- '--storage.tsdb.retention.time=15d'
|
||||
- '--web.enable-lifecycle' # Keeps API reload capability
|
||||
volumes:
|
||||
- /docker/monitoring/prometheus/config:/etc/prometheus
|
||||
- /docker/monitoring/prometheus/data:/prometheus
|
||||
- /docker/prometheus/config:/etc/prometheus
|
||||
- /shared/prometheus/data:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue