mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
## Problem We need to test the logical replication with some external consumers. ## Summary of changes A test of the logical replication with Debezium as a consumer was added. --------- Co-authored-by: Alexander Bayandin <alexander@neon.tech>
10 lines
207 B
YAML
10 lines
207 B
YAML
services:
|
|
clickhouse:
|
|
image: clickhouse/clickhouse-server
|
|
user: "101:101"
|
|
container_name: clickhouse
|
|
hostname: clickhouse
|
|
ports:
|
|
- 127.0.0.1:8123:8123
|
|
- 127.0.0.1:9000:9000
|