Skip to content

Instantly share code, notes, and snippets.

@gim-
Last active June 16, 2025 17:06
Show Gist options
  • Save gim-/3d2a051dd52c68278b8a28ae36acc59b to your computer and use it in GitHub Desktop.
Save gim-/3d2a051dd52c68278b8a28ae36acc59b to your computer and use it in GitHub Desktop.
Apicurio Studio via Docker Compose
# 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