Skip to content

Commit 281a794

Browse files
committed
Update Apicurio Registry version and add Apicurio Registry UI
1 parent 3bf62f7 commit 281a794

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

compose.override.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,20 @@ services:
3232
- "8083:8083"
3333

3434
schema-registry:
35+
environment:
36+
QUARKUS_HTTP_CORS_ORIGINS: http://localhost:8103
3537
ports:
36-
# this is needed to access Apicurio's UI from a host machine
38+
# this is needed to access Apicurio Registry from a host machine
3739
- "8080:8080"
3840

41+
schema-registry-ui:
42+
image: apicurio/apicurio-registry-ui:3.0.2
43+
container_name: schema-registry-ui
44+
restart: always
45+
ports:
46+
# this is needed to access Apicurio Registry UI from a host machine
47+
- "8103:8080"
48+
3949
# MONITORING TOOLS
4050
kafka-ui:
4151
image: provectuslabs/kafka-ui:v0.7.2

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
command: bash /usr/load-connectors.sh
143143

144144
schema-registry:
145-
image: apicurio/apicurio-registry-mem:2.6.4.Final
145+
image: apicurio/apicurio-registry:3.0.2
146146
container_name: schema-registry
147147
restart: always
148148

0 commit comments

Comments
 (0)