Добавить docker-compose.yml
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user