chore(ci): fix zookeeper version for hstreamdb
This commit is contained in:
parent
addb94d767
commit
fa62931aff
|
@ -10,6 +10,8 @@ CASSANDRA_TAG=3.11.6
|
|||
MINIO_TAG=RELEASE.2023-03-20T20-16-18Z
|
||||
OPENTS_TAG=9aa7f88
|
||||
KINESIS_TAG=2.1
|
||||
HSTREAMDB_TAG=v0.15.0
|
||||
HSTREAMDB_ZK_TAG=3.8.1
|
||||
|
||||
MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server
|
||||
SQLSERVER_TAG=2019-CU19-ubuntu-20.04
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
hserver:
|
||||
image: hstreamdb/hstream:v0.15.0
|
||||
image: hstreamdb/hstream:${HSTREAMDB_TAG}
|
||||
container_name: hstreamdb
|
||||
depends_on:
|
||||
zookeeper:
|
||||
|
@ -39,7 +39,7 @@ services:
|
|||
--io-tasks-network emqx_bridge
|
||||
|
||||
hstore:
|
||||
image: hstreamdb/hstream:v0.15.0
|
||||
image: hstreamdb/hstream:${HSTREAMDB_TAG}
|
||||
networks:
|
||||
- emqx_bridge
|
||||
volumes:
|
||||
|
@ -65,7 +65,7 @@ services:
|
|||
start_period: 60s
|
||||
|
||||
zookeeper:
|
||||
image: zookeeper
|
||||
image: zookeeper:${HSTREAMDB_ZK_TAG}
|
||||
expose:
|
||||
- 2181
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue