cf-integration 0.3.1

Integration and conformance harness for ContextForge control-plane and data-plane services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  config_writer:
    profiles: ["helpers"]
    image: node:22-bookworm-slim
    labels:
      name: cf-dataplane-config-writer
    restart: "no"
    networks:
      - mcpnet
    volumes:
      - ${CF_INTEGRATION_ROOT:?Set CF_INTEGRATION_ROOT to the integration harness root}/scripts/conformance/write_dataplane_config.mjs:/opt/contextforge-integration/write_dataplane_config.mjs:ro
    entrypoint:
      - node
      - /opt/contextforge-integration/write_dataplane_config.mjs