mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
deployment/docker/docker-compose-cluster.yml: follow-up for 4d1b572f46
Grafana and vmalert now depend on vmauth instead of individual vmselect nodes Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5057
This commit is contained in:
parent
74ca4d09e7
commit
dfb82bd126
@ -19,8 +19,7 @@ services:
|
||||
container_name: grafana
|
||||
image: grafana/grafana:9.2.7
|
||||
depends_on:
|
||||
- "vmselect-1"
|
||||
- "vmselect-2"
|
||||
- "vmauth"
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: always
|
||||
@ -116,8 +115,7 @@ services:
|
||||
container_name: vmalert
|
||||
image: victoriametrics/vmalert:v1.93.5
|
||||
depends_on:
|
||||
- "vmselect-1"
|
||||
- "vmselect-2"
|
||||
- "vmauth"
|
||||
ports:
|
||||
- 8880:8880
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user