feat: deploy skill

This commit is contained in:
2026-04-12 20:15:41 +08:00
parent 6fe04f4893
commit 71c604411d
37 changed files with 1701 additions and 2 deletions

View File

@@ -54,6 +54,11 @@ services:
server:
condition: service_healthy
docs:
build:
context: ./docs
dockerfile: Dockerfile
web:
build:
context: .
@@ -63,6 +68,7 @@ services:
depends_on:
- server
- mcp
- docs
volumes:
pgdata: