apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Create a Docker Compose file to run KIE Sandbox and its related services #245

Closed RishiRajAnand closed 1 year ago

RishiRajAnand commented 1 year ago

Description

This task will help us to quickly get the KIE Sandbox running on local. Currently, the only way to run KIE sanbox is to manually install all tools on the infrastructure like Node 18, Java 11 etc. In addition to this, KIE Sandbox also needs other services to run, For example, KIE Sandbox (at kie-sandbox-image), Extended Services (at extended-services-image), and the Git CORS Proxy (at git-cors-proxy-image). This will speed up and streamline the process for users to run their instance of KIE Sandbox on local.

Docker Compose is a technology that can enable us to run these multi-container services with a single command (read more).

Acceptance Criteria

LightGuard commented 1 year ago

Do we have this documented somewhere?