There was an error while loading. Please reload this page.
1 parent 038e782 commit ba32849Copy full SHA for ba32849
data-pipeline/docker-compose.yml
@@ -37,7 +37,7 @@ services:
37
38
# https://github.com/clue/docker-json-server
39
db-mock:
40
- image: zhenik/json-server:data-pipeline
+ image: zhenik/json-server
41
environment:
42
ID_MAP: id
43
ports:
@@ -55,7 +55,7 @@ services:
55
SCHEMA_REGISTRY_URL: http://schema-registry:8081
56
SINK_TOPIC: events-message-v1
57
58
- - "3001:8080"
+ - "8080:8080"
59
60
http-materializer:
61
image: zhenik/http-materializer:data-pipeline
docker-compose.yml
@@ -30,4 +30,5 @@ services:
30
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
31
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: PLAINTEXT://kafka:9092
32
depends_on:
33
- - kafka
+ - kafka
34
+ - zookeeper
0 commit comments