BAI-29: add Docker deployment

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
GSC-CODEX
2026-08-07 09:43:34 +08:00
co-authored by multica-agent
parent 24d645b77c
commit cf082d04e4
9 changed files with 187 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
app:
build:
context: .
image: caiwuzongzhang:local
ports:
- "${APP_PORT:-4173}:4173"
environment:
APP_HOST: 0.0.0.0
APP_PORT: 4173
init: true
restart: unless-stopped
read_only: true
tmpfs:
- /tmp:size=64m,mode=1777
security_opt:
- no-new-privileges:true