DBZ-6216 Use quay.io images in e2e benchmark

This commit is contained in:
Vojtech Juranek 2023-03-20 22:08:37 +01:00 committed by Jiri Pechanec
parent cfca3e41a3
commit 7c9ccb561b
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
version: '2' version: '2'
services: services:
zookeeper: zookeeper:
image: debezium/zookeeper:${DEBEZIUM_VERSION} image: quay.io/debezium/zookeeper:${DEBEZIUM_VERSION}
ports: ports:
- 2181:2181 - 2181:2181
- 2888:2888 - 2888:2888
- 3888:3888 - 3888:3888
kafka: kafka:
image: debezium/kafka:${DEBEZIUM_VERSION} image: quay.io/debezium/kafka:${DEBEZIUM_VERSION}
ports: ports:
- 9092:9092 - 9092:9092
links: links:

View File

@ -1,13 +1,13 @@
version: '2' version: '2'
services: services:
zookeeper: zookeeper:
image: debezium/zookeeper:${DEBEZIUM_VERSION} image: quay.io/debezium/zookeeper:${DEBEZIUM_VERSION}
ports: ports:
- 2181:2181 - 2181:2181
- 2888:2888 - 2888:2888
- 3888:3888 - 3888:3888
kafka: kafka:
image: debezium/kafka:${DEBEZIUM_VERSION} image: quay.io/debezium/kafka:${DEBEZIUM_VERSION}
ports: ports:
- 9092:9092 - 9092:9092
links: links:
@ -16,14 +16,14 @@ services:
- ZOOKEEPER_CONNECT=zookeeper:2181 - ZOOKEEPER_CONNECT=zookeeper:2181
- KAFKA_DELETE_TOPIC_ENABLE=true - KAFKA_DELETE_TOPIC_ENABLE=true
postgres: postgres:
image: debezium/example-postgres:${DEBEZIUM_VERSION} image: quay.io/debezium/example-postgres:${DEBEZIUM_VERSION}
ports: ports:
- 5432:5432 - 5432:5432
environment: environment:
- POSTGRES_USER=postgres - POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
connect: connect:
image: debezium/connect:${DEBEZIUM_VERSION} image: quay.io/debezium/connect:${DEBEZIUM_VERSION}
ports: ports:
- 8083:8083 - 8083:8083
links: links: