Skip to content

Commit f7dffb7

Browse files
Update YAML files to version 1.32.0 (#159)
Co-authored-by: ConduktorBot <automation@conduktor.io>
1 parent 78d208d commit f7dffb7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

conduktor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
services:
2-
1+
services:
32
postgresql:
43
image: postgres:14
54
hostname: postgresql
@@ -10,9 +9,8 @@ services:
109
POSTGRES_USER: "conduktor"
1110
POSTGRES_PASSWORD: "some_password"
1211
POSTGRES_HOST_AUTH_METHOD: "scram-sha-256"
13-
1412
conduktor-console:
15-
image: conduktor/conduktor-console:1.31.2
13+
image: conduktor/conduktor-console:1.32.0
1614
ports:
1715
- "8080:8080"
1816
volumes:
@@ -27,7 +25,6 @@ services:
2725
CDK_CLUSTERS_0_KAFKACONNECTS_0_URL: "http://kafka-connect:8083"
2826
CDK_CLUSTERS_0_KAFKACONNECTS_0_NAME: "full stack kafka connect"
2927
# CONSOLE_JAVA_OPTS: "-XX:UseSVE=0"
30-
3128
volumes:
3229
pg_data: {}
3330
conduktor_data: {}

0 commit comments

Comments
 (0)