add wait tool for docker-compose

This commit is contained in:
Ulric Qin 2022-05-11 12:43:34 +08:00
parent 9d434a36d6
commit cb741a5521
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ services:
- "--query.lookback-delta=2m" - "--query.lookback-delta=2m"
ibex: ibex:
image: ulric2019/ibex:0.2 image: ulric2019/ibex:0.3
container_name: ibex container_name: ibex
hostname: ibex hostname: ibex
restart: always restart: always
@ -155,7 +155,7 @@ services:
- nserver:nserver - nserver:nserver
agentd: agentd:
image: ulric2019/ibex:0.2 image: ulric2019/ibex:0.3
container_name: agentd container_name: agentd
hostname: agentd hostname: agentd
restart: always restart: always