Backend container
The backend container hosting API services is configured on theo, currently running old code due to deployment issues. It relies on Docker-compose, with deployment pending a successful update of the relevant commit (52eab9a) to fix ongoing errors. The Backend container integrates with the OpenClaw Gateway to forward user analysis requests The Backend container runs the SVGV bulk extraction process to parse files and store data The backend container of DataLens Development is deployed on the server named theo. Phase 2 Strategy Research & Decision Point deployment depends on the backend container which needs restart to load the new code for Phase 2 activation. Coolify deploy manages backend container lifecycle for deployment and code reloads for new features. Backend container depends on Coolify environment variables to have the ANTHROPIC_API_KEY set to function correctly with OpenClaw and Claude. Backend container connects to OpenClaw Gateway to forward user analysis requests and receive responses. Coolify environment variables provide necessary settings including Anthropic API key to the backend container during deployment. The backend (Docker) service is defined in docker-compose.yml. The backend (Docker) service is defined in docker-compose.coolify.yml.