fix: docker镜像修复

This commit is contained in:
Cassianvale
2025-03-07 14:59:03 +08:00
parent 96791877f4
commit d263ddbbcc
4 changed files with 35 additions and 9 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# API配置
API_KEY=
API_URL=
API_MODEL=
API_TIMEOUT=60
# 登录配置
LOGIN_PASSWORD=
# 公告文本
ANNOUNCEMENT_TEXT=欢迎使用!
# 后端服务地址公网访问时需要设置为公网IP或域名
# 本地开发时可以使用http://backend:8888
# 公网访问时使用http://your_public_ip:8888
BACKEND_URL=http://your_public_ip:8888