/docker-camunda-bpm-platform-ee

Docker images for Camunda BPM Enterprise Edition

Primary LanguageShellApache License 2.0Apache-2.0

Camunda BPM EE Docker image

Folder Structure

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

Running

  • 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

URLs