declared in .env.example to avoid build issues
DOCKER_BUILDKIT=1 COMPOSE_PARALLEL_LIMIT=1
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
### Build parameter variables #############################################
|
||||
# enabled by default for modern versions docker/compose
|
||||
DOCKER_BUILDKIT=1
|
||||
# for some reason unset parallel limit causing build failures
|
||||
COMPOSE_PARALLEL_LIMIT=1
|
||||
|
||||
# Enter your gateway IP (your host IP under from docker containers) - that need for correctly worked xdebug from cli
|
||||
# For detect that IP use: docker network inspect structure_default | grep Gateway | xargs | cut -d ' ' -f2
|
||||
# For UFW allowing ports on the host system: ufw allow to 172.18.0.1 port 9000,9003
|
||||
@ -36,4 +42,4 @@ INTAI_DOCKER_NETWORK=intai-docker_default
|
||||
# Порт на хосте для MCP (SSE); тот же порт должен быть в .cursor/mcp.json (url).
|
||||
MCP_MARIADB_PORT=8765
|
||||
# Опционально: зафиксировать ревизию MariaDB/mcp при сборке образа (ветка или тег).
|
||||
# MARIADB_MCP_GIT_REF=main
|
||||
# MARIADB_MCP_GIT_REF=main
|
||||
|
||||
Reference in New Issue
Block a user