Hello,
I cannot get this running:
version: '3'
networks:
zeebe_network:
driver: bridge
services:
zeebe:
container_name: zeebe_broker
image: camunda/zeebe:1.3.4
environment:
- ZEEBE_LOG_LEVEL=debug
ports:
- '26500:26500'
- '9600:9600'
- '5701:5701'
volumes:
- /home/youdev/dev/zeebe-affinity-service/application.yaml:/usr/local/app/zeebe/config/application.yaml
- /home/youdev/dev/zeebe-affinity-service/exporter/zeebe-hazelcast-exporter.jar:/usr/local/zeebe/exporters/zeebe-hazelcast-exporter.jar
networks:
- zeebe_network
simple-monitor-in-memory:
container_name: zeebe-simple-monitor-in-memory
image: ghcr.io/camunda-community-hub/zeebe-simple-monitor:2.3.0
environment:
- zeebe.client.broker.gateway-address=zeebe:26500
- zeebe.client.worker.hazelcast.connection=zeebe:5701
ports:
- '8082:8082'
depends_on:
- zeebe
networks:
- zeebe_network
# profiles:
# - in-memory
I get this error: