Improve Docker Compose defaults and docs

This commit is contained in:
latinogino
2026-02-04 16:34:12 +01:00
parent b7e24d97e9
commit 0e0a70bf96
5 changed files with 61 additions and 48 deletions

View File

@@ -80,10 +80,10 @@ Include this value when filing issues or investigating user reports.
Container assets live in `docker/`:
- `Dockerfile` production-ready image for the MCP server
- `docker-compose.yml` local stack that spins up Dolibarr together with the MCP server
- `../docker-compose.yml` compose file for the MCP server and optional checks
Build and run the container locally with:
```bash
docker compose -f docker/docker-compose.yml up --build
docker compose up --build
```