🚀 Explore a Camunda 7 engine featuring a sample workflow designed for the awesome Carbon Reductor! 🌱
🚀 Start the Camunda example process manually via the Camunda Tasklist.
Simply log in as the user with username admin
and password pw
. Happy exploring! 🌟
# Build
docker build -t enviteconsulting/carbon-reductor-c7-example-workflow:0.0.1 .
# Run
docker run --name carbon-reductor-c7-example -p 7777:7777 enviteconsulting/carbon-reductor-c7-example-workflow:0.0.1
# Build and publish multi-arch
docker buildx build --push --platform linux/arm64/v8,linux/amd64 -t enviteconsulting/carbon-reductor-c7-example-workflow:<version> -t enviteconsulting/carbon-reductor-c7-example-workflow:latest .
If you have any questions or ideas feel free to start a discussion or contact us via mail.
This open source project is being developed by envite consulting GmbH.