UNPKG

node-red-contrib-processcube-mcp

Version:
39 lines (37 loc) 1.02 kB
services: node-red: image: 5minds/node-red:node-red-contrib-processcube-4 build: context: . ports: # node-red port - 1880:1880 # debugger port - 9229:9229 environment: - TZ=Europe/Berlin - ENGINE_URL=http://engine:8000 # start node-red with debugger port open - NODE_OPTIONS=--inspect=0.0.0.0:9229 volumes: # required for mapping the current source into the directory - ./.:/package_src/ # save the flows - ./.processcube/lowcode:/data depends_on: - engine engine: image: ghcr.io/5minds/processcube_engine:19.1.0 ports: - 8000:8000 volumes: - ./processes:/processes:ro environment: application__name: Engine for LowCode MCP development iam__baseUrl: http://authority:11560 iam__allowAnonymousRootAccess: true command: --seed-dir=/processes --port 8000 healthcheck: test: bash -c "[ -f /tmp/healthy ]" timeout: 1s retries: 20