Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 956 Bytes

!DEPRECATED!

This project has been merged into the Quarkus-Zeebe extension.

zeebe-dev-monitor

Zeebe developer monitor build with Quarkus for local development. It uses in memory database SQLite to store the zeebe debug exporter records.

Architecture

Configuration

env:
  QUARKUS_ZEEBE_CLIENT_BROKER_GATEWAY_ADDRESS=zeebe:26500

Screenshots

Screenshot Screenshot Screenshot Screenshot

Containers

docker pull ghcr.io/lorislab/zeebe-dev-monitor:latest
docker run -p 8080:8080 ghcr.io/lorislab/zeebe-dev-monitor:latest