mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 数据持久化路径 [必填]
|
||||
APP_NAME_ROOT_PATH=/home/app_name
|
||||
GLANCE_ROOT_PATH=/home/glance
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
restart: always
|
||||
volumes:
|
||||
- ${APP_NAME_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${APP_NAME_ROOT_PATH}/app/assets:/app/assets
|
||||
- ${GLANCE_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${GLANCE_ROOT_PATH}/app/assets:/app/assets
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user