Folder/File | Description |
---|---|
./camunda-bpm-wildfly-ee | Docker image for Camunda BPM EE Wildfly distro primarily for accessing Tasklist and Cockpit |
./postgres-camunda-bpm-ee | Docker image for PostreSQL incl. Camunda tables |
docker-compose.yml | Docker composition that wires all services together |
- Build and run all Docker images using
docker-compose up -d --build
- View the logs using
docker-compose logs -f
- Show down all containers and delete all volumes using
docker-compose down -v
- Camunda Cockpit (username: demo, password: demo)
- Docker Compose UI
- jdbc:postgresql://localhost:5432/camunda (username: camunda, password: camunda)