[#605] config/testnet: Depend vmagent on storage node

Otherwise the race is possible and vmagent won't start.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
support/v0.27
Alex Vanin 2021-06-11 11:58:46 +03:00 committed by Alex Vanin
parent 6297bc8965
commit 88b4fe009a
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ services:
vmagent:
image: victoriametrics/vmagent:v1.61.0
container_name: vmagent
depends_on:
- storage01
command:
- '--promscrape.config=/configs/prometheus.yml'
- '--remoteWrite.url=https://collector.fs.neo.org:8429/api/v1/write'