File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments