feat: 新增文件

This commit is contained in:
Daniel
2026-03-18 17:36:07 +08:00
commit f99098ec58
702 changed files with 68533 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
aivideo:
build: .
working_dir: /app
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_BASE_URL=${OPENAI_BASE_URL}
- PORT=3000
volumes:
- ./:/app
ports:
- "3000:3000"
# On macOS, use host.docker.internal to reach host services like ComfyUI.
# Example: set app.comfy_base_url in configs/config.yaml to http://host.docker.internal:8188