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

@@ -1,6 +1,12 @@
# Dolibarr Configuration
DOLIBARR_URL=https://your-dolibarr.example.com
DOLIBARR_URL=https://your-dolibarr.example.com/api/index.php
DOLIBARR_API_KEY=YOUR_API_KEY_HERE
# Logging
LOG_LEVEL=INFO
# MCP HTTP listener (recommended for Docker Compose)
MCP_TRANSPORT=http
MCP_HTTP_HOST=0.0.0.0
MCP_HTTP_PORT=8080
MCP_HOST_PORT=18004