Last active
June 16, 2025 17:06
-
-
Save gim-/3d2a051dd52c68278b8a28ae36acc59b to your computer and use it in GitHub Desktop.
Apicurio Studio via Docker Compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run: docker compose up | |
# Then open http://localhost:8081 in a web browser | |
services: | |
apicurio-registry: | |
image: quay.io/apicurio/apicurio-studio:1.0.0.Beta1 | |
environment: | |
QUARKUS_HTTP_CORS_ORIGINS: '*' | |
ports: | |
- 8080:8080 | |
apicurio-registry-ui: | |
image: quay.io/apicurio/apicurio-studio-ui:1.0.0.Beta1 | |
ports: | |
- 8081:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment