deployment: fix typo in vmalert docker-compose definition

This commit is contained in:
hagen1778 2021-03-28 20:20:22 +01:00 committed by Artem Navoiev
parent 78188decf9
commit 0c403bfd29

View file

@ -71,6 +71,7 @@ services:
# display source of alerts in grafana
- '-external.url=http://127.0.0.1:3000' #grafana outside container
- '--external.alert.source=explore?orgId=1&left=["now-1h","now","VictoriaMetrics",{"expr":"{{$$expr|quotesEscape|crlfEscape|queryEscape}}"},{"mode":"Metrics"},{"ui":[true,true,true,"none"]}]' ## when copypaste the line be aware of '$$' for escaping in '$expr' networks:
networks:
- vm_net
restart: always
alertmanager: