Skip to content

Commit

Permalink
Update Apicurio Registry version and add Apicurio Registry UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkudryashov committed Oct 20, 2024
1 parent 3bf62f7 commit 281a794
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,20 @@ services:
- "8083:8083"

schema-registry:
environment:
QUARKUS_HTTP_CORS_ORIGINS: http://localhost:8103
ports:
# this is needed to access Apicurio's UI from a host machine
# this is needed to access Apicurio Registry from a host machine
- "8080:8080"

schema-registry-ui:
image: apicurio/apicurio-registry-ui:3.0.2
container_name: schema-registry-ui
restart: always
ports:
# this is needed to access Apicurio Registry UI from a host machine
- "8103:8080"

# MONITORING TOOLS
kafka-ui:
image: provectuslabs/kafka-ui:v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ services:
command: bash /usr/load-connectors.sh

schema-registry:
image: apicurio/apicurio-registry-mem:2.6.4.Final
image: apicurio/apicurio-registry:3.0.2
container_name: schema-registry
restart: always

Expand Down

0 comments on commit 281a794

Please sign in to comment.