see also: https://docs.camunda.org/manual/latest/installation/docker/
| Folder/File | Description |
|---|---|
| ./camunda-tomcat-hardened | Dockerfile for Camunda Tomcat distro incl. Tasklist and Cockpit |
| ./postgres-camunda-ee | Dockerfile for PostreSQL incl. Camunda tables and license |
| docker-compose.yml | Docker composition that wires all services together |
-
Build and run all Docker images:
docker-compose up -d --build -
View the logs:
docker-compose logs -f -
Shut down all containers and delete all volumes:
docker-compose down -v
- Camunda Cockpit (username: demo, password: demo)
- jdbc:postgresql://localhost:5432/camunda (username: camunda, password: camunda)