Skip to content

Latest commit

 

History

History

micronaut-zeebe-server-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

micronaut-zeebe-server-application

The example setup starts a local gateway on default port 26500 and two nodes

  • start the docker environment

    • cd micronaut-zeebe-client/micronaut-zeebe-client-server-example
    • run docker-compose up
  • stop the environment

    • docker-compose down