The Wayback Machine - https://web.archive.org/web/20201115142703/https://github.com/Loydl/camunda-spring-docker-demo1
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Camunda Process Application with Spring Boot and Docker.. Demo

Spring Boot 3.2
Camunda 7.10.0
Docker

##Installation Create the Camunda process application fat jar file
mvn clean install

Build and run with the Docker containers with docker-compose
docker-compose up --build

Docker CLI (optional)
docker build -t loydlconsulting/cwp-mabritec .
docker run -p 8080:8080 loydlconsulting/cwp-mabritec

Launch in the Background
docker-compose up -d

Stop containers
docker-compose down

Access the Camunda Tasklist, Admin, Cockpit

http://localhost:8080
username/password = demo/demo

Access the Camunda REST API

example: Fetch engine names:
http://localhost:8080/rest/engine

Access the simple web application (node.js)

http://localhost:8050

About

Spring Boot - Camunda - Docker - Demo 1

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.