Skip to content

Commit 46df270

Browse files
authored
Update platform config for the latest version 1.14+ (#131)
1 parent c1fa4c0 commit 46df270

File tree

2 files changed

+11
-37
lines changed

2 files changed

+11
-37
lines changed

full-stack.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff 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

152151
volumes:
153152
conduktor_data: {}

platform-config.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)