mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
chore: 更新环境变量和Docker配置
- 将前端和后端的环境变量中的端口号从8000改为8001 - 更新Dockerfile中的文件路径和构建上下文 - 修改docker-compose.yaml中的版本和端口映射 - 简化nginx.conf配置并调整日志级别
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ ENVIRONMENT = "dev"
|
||||
|
||||
# 服务器配置
|
||||
SERVER_HOST = '0.0.0.0' # 允许访问的IP地址
|
||||
SERVER_PORT = 8000 # 服务端口
|
||||
SERVER_PORT = 8001 # 服务端口
|
||||
RELOAD = True # 是否自动重启
|
||||
WORKERS = 1 # 启动进程数
|
||||
FACTORY = True # 是否使用异步模式
|
||||
|
||||
Reference in New Issue
Block a user