Overview
Rework Control consists of the following docker images.
| Docker Image | Description | Required |
|---|---|---|
rework/rework-backend-service |
This is the image hosting the core business logic for Rework Control. |
YES |
rework/rework-web-service |
This is the image hosting the web application that allows for uploading configuration files for Rework Control. |
YES |
bci-app/nginx |
This is the image hosting the gateway for Rework Control. It routes incoming requests to either of the above services based on URL pattern. |
YES |
rework/rework-control-core-backend-service |
This is the image hosting the core business logic for Rework Control Core. |
YES |
rework/rework-control-core-web-service |
This is the image hosting the web application that allows for uploading msix package files for Rework Control Core. |
YES |
rework/rework-control-core-backend-service-init |
This is the image hosting the job that is responsible for the migration of the reworkcontrolcore database. |
YES |
|
The Rework Control desktop client for the services mentioned above is delivered separately using a Click-Once installer. |