Devenv: Allow configuring alertmanager config for prometheus docker block (#89558)

This commit is contained in:
Gilles De Mey
2024-06-22 11:20:51 +00:00
committed by GitHub
parent bc43078320
commit c0641a0ca6
2 changed files with 21 additions and 1 deletions
@@ -25,7 +25,11 @@
FD_DATASOURCE: prom
alertmanager:
image: quay.io/prometheus/alertmanager
image: prom/alertmanager
volumes:
- ${PWD}/docker/blocks/prometheus/alertmanager.yml:/etc/alertmanager/alertmanager.yml
command: >
--config.file=/etc/alertmanager/alertmanager.yml
ports:
- "9093:9093"