add wait tool for docker-compose
This commit is contained in:
parent
9d434a36d6
commit
cb741a5521
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue