File tree Expand file tree Collapse file tree 2 files changed +11
-37
lines changed
Expand file tree Collapse file tree 2 files changed +11
-37
lines changed Original file line number Diff line number Diff line change @@ -129,25 +129,24 @@ services:
129129 conduktor-platform :
130130 image : conduktor/conduktor-platform:latest
131131 ports :
132- - 8080:8080
132+ - " 8080:8080"
133133 volumes :
134134 - conduktor_data:/var/conduktor
135- - type : bind
136- source : " ./platform-config.yaml"
137- target : /opt/conduktor/platform-config.yaml
138- read_only : true
139135 depends_on :
140136 - kafka1
141137 - kafka-schema-registry
142138 - kafka-connect
143139 environment :
144- CDK_IN_CONF_FILE : /opt/conduktor/platform-config.yaml
145- KAFKA_BOOTSTRAP_SERVER : PLAINTEXT://kafka1:19092
146- SR_SERVER : " http://kafka-schema-registry:8081"
147- ORGANISATION_NAME : " default"
148- ADMIN_EMAIL : " admin@admin.io"
149- ADMIN_PSW : " admin"
150-
140+ CDK_ORGANIZATION_NAME : " demo"
141+ CDK_ADMIN_EMAIL : " admin@admin.io"
142+ CDK_ADMIN_PASSWORD : " admin"
143+ CDK_CLUSTERS_0_ID : " default"
144+ CDK_CLUSTERS_0_NAME : " My Local Kafka Cluster"
145+ CDK_CLUSTERS_0_COLOR : " #0013E7"
146+ CDK_CLUSTERS_0_BOOTSTRAPSERVERS : " PLAINTEXT://kafka1:19092"
147+ CDK_CLUSTERS_0_SCHEMAREGISTRY_URL : " http://kafka-schema-registry:8081"
148+ CDK_CLUSTERS_0_KAFKACONNECTS_0_URL : " http://kafka-connect:8083"
149+ CDK_CLUSTERS_0_KAFKACONNECTS_0_NAME : " full stack kafka connect"
151150
152151volumes :
153152 conduktor_data : {}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments