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'
|
- '--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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue