From 2c79456686de5643a9d4bfc230e506fc64882254 Mon Sep 17 00:00:00 2001 From: hzhang Date: Thu, 8 May 2025 01:14:41 +0100 Subject: [PATCH] add: gitea tools --- Alchegos.MCP | 2 +- docker-compose.yaml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Alchegos.MCP b/Alchegos.MCP index 58d9c33..c21d047 160000 --- a/Alchegos.MCP +++ b/Alchegos.MCP @@ -1 +1 @@ -Subproject commit 58d9c333e0ee7fd0aba042a2c7acdebb739a28b8 +Subproject commit c21d047826d587ef4c798ce3a49c67a28e533a18 diff --git a/docker-compose.yaml b/docker-compose.yaml index 80874a7..c833e01 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -106,6 +106,9 @@ services: ports: - "7777:5672" - "17777:15672" + env_file: + - .env + mcp: build: context: ./Alchegos.MCP @@ -116,10 +119,13 @@ services: - alchegos ports: - "5050:5050" + - "2223:2222" extra_hosts: - "host.docker.internal:host-gateway" volumes: - ~/.ssh/.ctr:/root/.ssh/ctr:ro + env_file: + - .env hci: build: @@ -141,4 +147,15 @@ services: networks: - alchegos env_file: - - .env \ No newline at end of file + - .env + + project_manager: + build: + context: ./Alchegos.ProjectManager + dockerfile: Dockerfile + networks: + - alchegos + env_file: + - .env + depends_on: + - n8n \ No newline at end of file