chore(ci): fix zookeeper version for hstreamdb

This commit is contained in:
Ilya Averyanov 2023-08-17 19:04:19 +03:00
parent addb94d767
commit fa62931aff
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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: