Skip to content

Commit

Permalink
Update conduktor.yml (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesW1 authored Feb 26, 2024
1 parent 0ff9618 commit 5f3b855
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions conduktor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ services:
volumes:
- pg_data:/var/lib/postgresql/data
environment:
POSTGRES_DB: "conduktor-platform"
POSTGRES_DB: "conduktor-console"
POSTGRES_USER: "conduktor"
POSTGRES_PASSWORD: "some_password"
POSTGRES_HOST_AUTH_METHOD: "scram-sha-256"

conduktor-platform:
image: conduktor/conduktor-platform:latest
conduktor-console:
image: conduktor/conduktor-console:1.21.0
ports:
- "8080:8080"
volumes:
- conduktor_data:/var/conduktor
environment:
CDK_ORGANIZATION_NAME: "demo"
CDK_ADMIN_EMAIL: "[email protected]"
CDK_ADMIN_PASSWORD: "admin"
CDK_DATABASE_URL: "postgresql://conduktor:some_password@postgresql:5432/conduktor-platform"
CDK_DATABASE_URL: "postgresql://conduktor:some_password@postgresql:5432/conduktor-console"
CDK_CLUSTERS_0_ID: "default"
CDK_CLUSTERS_0_NAME: "My Local Kafka Cluster"
CDK_CLUSTERS_0_COLOR: "#0013E7"
Expand All @@ -34,4 +31,4 @@ services:

volumes:
pg_data: {}
conduktor_data: {}
conduktor_data: {}

0 comments on commit 5f3b855

Please sign in to comment.