Deployment
OPS Platform deploys webapp, docs, and core API services. Coolify is the documented deployment target, with GitHub Actions driving staging/production/preview workflows.
Docker Compose services
docker-compose.yml defines:
frontend— builds./apps/webapp, default port3000docs— builds./app-doc, default port3002backend-core-api— builds./backend/core-api, default port8000
Dockerfiles
apps/webapp/Dockerfileapp-doc/Dockerfilebackend/core-api/Dockerfile
Workflows
.github/workflows/ci.yml.github/workflows/deploy-staging.yml.github/workflows/deploy-production.yml.github/workflows/deploy-preview.yml.github/workflows/codeql.yml.github/workflows/zap-dast.yml
Deployment docs
docs/DEPLOYMENT.mddocs/secret_store_strategy.mddocs/container_secret_handling.mddocs/monitoring_stack_architecture.mddocs/service_health_and_metrics.md