Skip to content

tuukka/hasunda

 
 

Repository files navigation

Example Dockerfiles for Camunda

Folder Structure

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

Running

  • 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
    

Access to running services

  • Camunda Cockpit (username: demo, password: demo)
  • jdbc:postgresql://localhost:5432/camunda (username: camunda, password: camunda)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 81.2%
  • Shell 18.8%