新增NAS一键打包部署脚本及Docker部署方案
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Docker 对外端口
|
||||
FRONTEND_PORT=62319
|
||||
BACKEND_PORT=62318
|
||||
LSFX_MOCK_PORT=62320
|
||||
|
||||
# Spring Boot 运行配置
|
||||
SPRING_PROFILES_ACTIVE=local
|
||||
RUOYI_PROFILE=/app/data/ruoyi
|
||||
JAVA_OPTS=-Xms512m -Xmx1024m
|
||||
Reference in New Issue
Block a user