Skip to content

Commit ba32849

Browse files
committed
update docker-compose files
1 parent 038e782 commit ba32849

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

data-pipeline/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737

3838
# https://github.com/clue/docker-json-server
3939
db-mock:
40-
image: zhenik/json-server:data-pipeline
40+
image: zhenik/json-server
4141
environment:
4242
ID_MAP: id
4343
ports:
@@ -55,7 +55,7 @@ services:
5555
SCHEMA_REGISTRY_URL: http://schema-registry:8081
5656
SINK_TOPIC: events-message-v1
5757
ports:
58-
- "3001:8080"
58+
- "8080:8080"
5959

6060
http-materializer:
6161
image: zhenik/http-materializer:data-pipeline

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ services:
3030
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
3131
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: PLAINTEXT://kafka:9092
3232
depends_on:
33-
- kafka
33+
- kafka
34+
- zookeeper

0 commit comments

Comments
 (0)