services:
config_writer:
profiles:
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