Make compose container and network names configurable

This commit is contained in:
latinogino
2026-02-04 16:49:29 +01:00
parent 8917de987d
commit c75762be8a
3 changed files with 10 additions and 2 deletions

View File

@@ -10,3 +10,7 @@ MCP_TRANSPORT=http
MCP_HTTP_HOST=0.0.0.0
MCP_HTTP_PORT=8080
MCP_HOST_PORT=18004
# Docker Compose naming
MCP_CONTAINER_NAME=dolibarr-mcp-server
MCP_NETWORK_NAME=dolibarr-mcp-net