chore(ci): fix zookeeper version for hstreamdb

This commit is contained in:
Ilya Averyanov 2023-08-17 19:04:19 +03:00 committed by Paulo Zulato
parent e2b9d905d7
commit fc3720627b
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 MINIO_TAG=RELEASE.2023-03-20T20-16-18Z
OPENTS_TAG=9aa7f88 OPENTS_TAG=9aa7f88
KINESIS_TAG=2.1 KINESIS_TAG=2.1
HSTREAMDB_TAG=v0.15.0
HSTREAMDB_ZK_TAG=3.8.1
MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server MS_IMAGE_ADDR=mcr.microsoft.com/mssql/server
SQLSERVER_TAG=2019-CU19-ubuntu-20.04 SQLSERVER_TAG=2019-CU19-ubuntu-20.04

View File

@ -2,7 +2,7 @@ version: "3.5"
services: services:
hserver: hserver:
image: hstreamdb/hstream:v0.15.0 image: hstreamdb/hstream:${HSTREAMDB_TAG}
container_name: hstreamdb container_name: hstreamdb
depends_on: depends_on:
zookeeper: zookeeper:
@ -39,7 +39,7 @@ services:
--io-tasks-network emqx_bridge --io-tasks-network emqx_bridge
hstore: hstore:
image: hstreamdb/hstream:v0.15.0 image: hstreamdb/hstream:${HSTREAMDB_TAG}
networks: networks:
- emqx_bridge - emqx_bridge
volumes: volumes:
@ -65,7 +65,7 @@ services:
start_period: 60s start_period: 60s
zookeeper: zookeeper:
image: zookeeper image: zookeeper:${HSTREAMDB_ZK_TAG}
expose: expose:
- 2181 - 2181
networks: networks: