Gitea MCP command.

This commit is contained in:
2025-12-18 15:06:17 -05:00
parent 1d48dbb725
commit bf723af2dc
+4 -4
View File
@@ -73,14 +73,14 @@ services:
volumes:
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
gitea-mcp:
command: ["-t", "http", "--port", "8080", "-d"]
container_name: gitea-mcp
environment:
GITEA_HOST: http://192.168.1.254:3013
GITEA_INSECURE: true
GITEA_INSTANCE_URL: http://192.168.1.254:3013
GITEA_ACCESS_TOKEN: ${GITEA_ROOT_TOKEN}
expose:
- 8000
image: gitea/gitea-mcp-server:0.5.0
- 8080
image: gitea/gitea-mcp-server:0.6.0
restart: unless-stopped
meilisearch:
container_name: meilisearch