Gitea MCP command.
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user