feat: 部署初版测试
Some checks failed
Extension Build & Release / build (push) Failing after 1m5s
Backend Deploy (Go + Docker) / deploy (push) Failing after 1m40s
Web Console Deploy (Vue 3 + Vite) / deploy (push) Has been cancelled

This commit is contained in:
zs
2026-03-02 21:25:21 +08:00
parent db3abb3174
commit 8cf6cb944b
97 changed files with 10250 additions and 209 deletions

View File

@@ -6,10 +6,14 @@ services:
container_name: insight-reply-server
restart: always
ports:
- "8080:8080"
- "8009:8080"
env_file:
- .env
environment:
# 这里可以读取宿主机的环境变量或 .env 文件内容
- OPENAI_API_KEY=${OPENAI_API_KEY}
- LOG_FILE_PATH=/app/logs/InsightReply.log
volumes:
# Map the host's /root/logs to the container's /app/logs directory
- /root/logs:/app/logs
networks:
- insight_network