UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

15 lines (13 loc) 298 B
version: "2" services: zeebe: restart: always container_name: zeebe_broker image: camunda/zeebe:8.3.3 environment: - ZEEBE_LOG_LEVEL=debug volumes: - ./application.yaml:/usr/local/zeebe/config/application.yaml ports: - "26500:26500" - "9600:9600"