File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,19 @@ services:
88 volumes :
99 - pg_data:/var/lib/postgresql/data
1010 environment :
11- POSTGRES_DB : " conduktor-platform "
11+ POSTGRES_DB : " conduktor-console "
1212 POSTGRES_USER : " conduktor"
1313 POSTGRES_PASSWORD : " some_password"
1414 POSTGRES_HOST_AUTH_METHOD : " scram-sha-256"
1515
16- conduktor-platform :
17- image : conduktor/conduktor-platform:latest
16+ conduktor-console :
17+ image : conduktor/conduktor-console:1.21.0
1818 ports :
1919 - " 8080:8080"
2020 volumes :
2121 - conduktor_data:/var/conduktor
2222 environment :
23- CDK_ORGANIZATION_NAME : " demo"
24- CDK_ADMIN_EMAIL : " admin@admin.io"
25- CDK_ADMIN_PASSWORD : " admin"
26- CDK_DATABASE_URL : " postgresql://conduktor:some_password@postgresql:5432/conduktor-platform"
23+ CDK_DATABASE_URL : " postgresql://conduktor:some_password@postgresql:5432/conduktor-console"
2724 CDK_CLUSTERS_0_ID : " default"
2825 CDK_CLUSTERS_0_NAME : " My Local Kafka Cluster"
2926 CDK_CLUSTERS_0_COLOR : " #0013E7"
@@ -34,4 +31,4 @@ services:
3431
3532volumes :
3633 pg_data : {}
37- conduktor_data : {}
34+ conduktor_data : {}
You can’t perform that action at this time.
0 commit comments