发布应用 Iframely 应用

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-08-07 16:07:17 +08:00
parent aa3ae0454f
commit a601ee8dbe
6 changed files with 244 additions and 267 deletions
+3 -1
View File
@@ -14,7 +14,7 @@ services:
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
- ${PANEL_APP_PORT_HTTP}:8061
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
@@ -22,4 +22,6 @@ services:
- ./config/config.local.js:/iframely/config.local.js
environment:
- NODE_ENV=production
- PORT=8061
- HOST='0.0.0.0'
- HTTPS_PROXY=${HTTP_PROXY}