add: gitea tools

This commit is contained in:
h z
2025-05-08 01:14:41 +01:00
parent ef081d3ae6
commit 2c79456686
2 changed files with 19 additions and 2 deletions

Submodule Alchegos.MCP updated: 58d9c333e0...c21d047826

View File

@@ -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:
@@ -142,3 +148,14 @@ services:
- alchegos
env_file:
- .env
project_manager:
build:
context: ./Alchegos.ProjectManager
dockerfile: Dockerfile
networks:
- alchegos
env_file:
- .env
depends_on:
- n8n