Gravitee.io - OpenSource API Management
-
Clone the repository.
-
Download JDBC following the instructions in the PostgreSQL Quick Start README.
-
Run the application services using Docker Compose.
docker compose up -d
-
Visit the application UI at http://localhost:8085.
-
Log in with username
admin
and passwordadmin
and interact with the UI to verify installation. -
Perform offline migration.
-
Stop application services.
docker compose down
-
Edit
docker-compose.yaml
in the/docker/quick-setup/postgresql
directory.- Remove references to PostgreSQL
- Change host and port for database connections to
host.docker.internal:5433
- Change credentials to username
yugabyte
and passwordyugabyte
-
Restart services in Docker Compose.
docker compose up -d
-
Revisit application UI at http://localhost:8085 and verify migration was successful.