2
0
Fork 0

bumb minor version

This commit is contained in:
Torma Kristóf 2020-07-19 02:13:00 +02:00
parent 201c44ac92
commit 630bba4026
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ services:
- './data/sentry-postgres:/var/lib/postgresql/data'
zookeeper:
<< : *restart_policy
image: 'confluentinc/cp-zookeeper:5.5.0'
image: 'confluentinc/cp-zookeeper:5.5.1'
environment:
ZOOKEEPER_CLIENT_PORT: '2181'
CONFLUENT_SUPPORT_METRICS_ENABLE: 'false'
@ -77,7 +77,7 @@ services:
<< : *restart_policy
depends_on:
- zookeeper
image: 'confluentinc/cp-kafka:5.5.0'
image: 'confluentinc/cp-kafka:5.5.1'
environment:
KAFKA_ZOOKEEPER_CONNECT: 'zookeeper:2181'
KAFKA_ADVERTISED_LISTENERS: 'PLAINTEXT://kafka:9092'