Coolify invokes `docker compose` with --project-directory set to the repository root, not this file's directory. Previous `context: ..` was resolving to /artifacts (one level above the repo) and failing with `resolve : lstat /artifacts/docker: no such file or directory`. Switch all three services (web, collab, mcp) to `context: .` so the build context is the repo root and `dockerfile: docker/Dockerfile.X` resolves correctly. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| .dockerignore | ||
| docker-compose.coolify.yml | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Dockerfile.collab | ||
| Dockerfile.mcp | ||
| Dockerfile.web | ||
| next.config.docker.ts | ||