Gitea MCP command.
This commit is contained in:
+4
-4
@@ -73,14 +73,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
- ${ULTIMA_DOCKER_DIR}/faster-whisper/:/config
|
||||||
gitea-mcp:
|
gitea-mcp:
|
||||||
|
command: ["-t", "http", "--port", "8080", "-d"]
|
||||||
container_name: gitea-mcp
|
container_name: gitea-mcp
|
||||||
environment:
|
environment:
|
||||||
GITEA_HOST: http://192.168.1.254:3013
|
GITEA_INSTANCE_URL: http://192.168.1.254:3013
|
||||||
GITEA_INSECURE: true
|
|
||||||
GITEA_ACCESS_TOKEN: ${GITEA_ROOT_TOKEN}
|
GITEA_ACCESS_TOKEN: ${GITEA_ROOT_TOKEN}
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8080
|
||||||
image: gitea/gitea-mcp-server:0.5.0
|
image: gitea/gitea-mcp-server:0.6.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: meilisearch
|
container_name: meilisearch
|
||||||
|
|||||||
Reference in New Issue
Block a user