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: ports:
- "7777:5672" - "7777:5672"
- "17777:15672" - "17777:15672"
env_file:
- .env
mcp: mcp:
build: build:
context: ./Alchegos.MCP context: ./Alchegos.MCP
@@ -116,10 +119,13 @@ services:
- alchegos - alchegos
ports: ports:
- "5050:5050" - "5050:5050"
- "2223:2222"
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
- ~/.ssh/.ctr:/root/.ssh/ctr:ro - ~/.ssh/.ctr:/root/.ssh/ctr:ro
env_file:
- .env
hci: hci:
build: build:
@@ -142,3 +148,14 @@ services:
- alchegos - alchegos
env_file: env_file:
- .env - .env
project_manager:
build:
context: ./Alchegos.ProjectManager
dockerfile: Dockerfile
networks:
- alchegos
env_file:
- .env
depends_on:
- n8n