This docker-compose configuration leverages pre-built images from the WKS Platform, offering a streamlined approach to quickly set up and deploy the platform on a development environment.
git clone https://github.com/wkspower/wks-platform-docker.git
cd wks-platform-docker
You have two options to start the Docker Compose setup based on your requirements:
docker-compose -f docker-compose.yaml -f docker-compose.camunda7.yaml -f docker-compose.demo-data-loader.camunda7.yaml -f docker-compose.portal.yaml up -d --build
docker-compose -f docker-compose.yaml -f docker-compose.camunda8.yaml -f docker-compose.demo-data-loader.camunda8.yaml -f docker-compose.portal.yaml up -d --build
After successfully running docker-compose up
to start the Docker Compose configuration, it may take a while for all the web applications to finish their startup process. Once the startup is complete, you can access the following web applications:
You can access the WKS Platform Portal by opening your web browser and navigating to http://localhost:3001. Use the following credentials to log in:
- Username: demo
- Password: demo