Добавить docker-compose.yml

This commit is contained in:
2026-05-20 22:10:53 +00:00
parent 57752875f2
commit 245f545b20
+16
View File
@@ -0,0 +1,16 @@
services:
gitea-mcp:
build:
context: .
dockerfile: Dockerfile
container_name: gitea-mcp
command:
- "-t"
- "sse"
- "--host"
- "${GITEA_URL}"
- "--token"
- "${GITEA_TOKEN}"
restart: unless-stopped
expose:
- "3001:8080"