Skip to main content
CID222 Docs

Services, ports and profiles

Every container in the CID stack: published ports, compose profile, memory limit, healthcheck and image source.

  • Type: reference

One row per compose service. Regenerate with make docs-generate.

  • Profile empty means the service starts with a plain docker compose up -d. Anything else needs --profile <name>.
  • Ports are as published on the host. 127.0.0.1: means loopback only.
  • Memory is the declared limit (deploy.resources.limits.memory or mem_limit), not usage.

Services

ServicePortsProfileMemory limitHealthcheckImage / buildPurpose
attack-guard127.0.0.1:8003:8003default4Gyesbuild ./cid-attack-guardONNX Jailbreak + libinjection SQLi/XSS scan
caddy80:80
443:443
443:443/udp
defaultyescaddy:2-alpine
cid-inline-proxyinline-proxynobuild ./cid-inline-proxymitmproxy forward-proxy (opt-in: --profile inline-proxy)
cid-proxy127.0.0.1:8080:8080default128Myesbuild ./cid-proxyGo reverse-proxy front (auth + routing)
cid-userid-agent127.0.0.1:${USERID_AGENT_PORT:-8090}:8090userid-agentnobuild ./cid-userid-agentAD User-ID attribution (opt-in: --profile userid-agent)
cost-analyzer127.0.0.1:8016:8016routing1Gyesbuild ./cid-cost-analyzer
deepteam127.0.0.1:8010:8010default2Gyesbuild ./cid-deepteamRed-team testing
doc-classifier127.0.0.1:8017:8017default2Gnobuild ./cid-doc-classifier
document-parser127.0.0.1:8012:8012default2Gyesbuild ./cid-document-parserPDF/DOCX extraction
frontend127.0.0.1:${FRONTEND_PORT:-5173}:5173defaultyesbuild ./cid-dashboard (target development)React Dashboard
hallucination-guard127.0.0.1:${HALLUCINATION_GUARD_HOST_PORT:-8022}:8022default4Gyesbuild ./cid-hallucination-guardRAG hallucination (LettuceDetect EN+TR)
hap-guard-v2127.0.0.1:8004:8000default6Gyesbuild ./cid-hap-guard-v2ONNX Toxicity (100+ langs)
language-detector127.0.0.1:8008:8008default2Gyesbuild ./cid-language-detectorLanguage detection
llm-inference127.0.0.1:8021:8000llmyes${LLM_INFERENCE_IMAGE:-vllm/vllm-openai:latest}
mailpit127.0.0.1:8025:8025mailtestnoaxllent/mailpit:latest
mcp-server127.0.0.1:${MCP_SERVER_HOST_PORT:-8020}:8020llm-analyst1Gyesbuild ./cid-mcp-serverRead-only MCP server over Postgres (opt-in: --profile llm-analyst)
ml-detector127.0.0.1:8001:8000default6Gyesbuild ./cid-security-mlONNX NER PII
nestjs-core127.0.0.1:3000:3000
${ICAP_PUBLISH:-127.0.0.1}:1344:1344
defaultyesbuild . (target production)API Gateway
ocr-service127.0.0.1:8009:8009default4Gyesbuild ./cid-ocrImage OCR
openldap-test127.0.0.1:389:389
127.0.0.1:636:636
ldap-testnoosixia/openldap:1.5.0
pgadmin127.0.0.1:5050:80toolsnodpage/pgadmin4:latest
postgres127.0.0.1:5433:5432defaultyespostgres:16-alpinePostgreSQL 16
prompt-compressor127.0.0.1:8015:8015default3Gyesbuild ./cid-prompt-compressor
reconfigure-agentdefaultnobuild .
redactor127.0.0.1:8013:8013default2Gyesbuild ./cid-redactorImage/doc redaction
redis127.0.0.1:6380:6379defaultyesredis:7-alpineRedis Cache
redis-commander127.0.0.1:8081:8081toolsnorediscommander/redis-commander:latest
report-renderer127.0.0.1:8014:8014default512Myesbuild ./cid-report-rendererReport rendering (PDF/HTML)
risk-analyst127.0.0.1:${RISK_ANALYST_HOST_PORT:-8019}:8019llm-analyst3Gyesbuild ./cid-risk-analystLocal-LLM risk analyst agent loop (opt-in: --profile llm-analyst)
weights-fetchllm-buildnobuild ./cid-llm/tools

Declared memory in the default profile

19 services start without a profile; their declared limits total 37.6 GB. 6 of them declare no limit at all (caddy, frontend, nestjs-core, postgres, reconfigure-agent, redis), so the total is a floor, not a ceiling.

Startup dependencies

Servicedepends_on
attack-guardredis
caddyfrontend, nestjs-core, cid-proxy
cid-inline-proxynestjs-core
cid-proxynestjs-core, redis
deepteamnestjs-core
document-parserocr-service
frontendnestjs-core
hap-guard-v2redis
mcp-serverpostgres
ml-detectorredis
nestjs-corepostgres, redis, ml-detector, hap-guard-v2, attack-guard, language-detector, hallucination-guard, ocr-service, redactor, document-parser, report-renderer
pgadminpostgres
redis-commanderredis
risk-analystmcp-server

On this page

Download PDF