发布应用 Iframely 应用

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-08-07 13:42:55 +08:00
parent b987471e58
commit ca608c3c41
9 changed files with 492 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
version: "3.8"
networks:
1panel-network:
external: true
services:
iframely:
image: qyg2297248353/iframely:v2.4.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ./config/config.local.js:/iframely/config.local.js
environment:
- NODE_ENV=production
- HTTPS_PROXY=${HTTP_PROXY}