mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 08:33:50 +08:00
修复配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
3250dba9b4
commit
9a541749a9
@ -13,6 +13,9 @@ services:
|
|||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8001
|
- ${PANEL_APP_PORT_HTTP}:8001
|
||||||
|
env_file:
|
||||||
|
- /etc/1panel/envs/global.env
|
||||||
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${KIMAI2_ROOT_PATH}/data:/opt/kimai/var/data
|
- ${KIMAI2_ROOT_PATH}/data:/opt/kimai/var/data
|
||||||
- ${KIMAI2_ROOT_PATH}/plugins:/opt/kimai/var/plugins
|
- ${KIMAI2_ROOT_PATH}/plugins:/opt/kimai/var/plugins
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
website: https://nezha.wiki/
|
website: https://nezha.wiki/
|
||||||
github: https://github.com/naiba/nezha
|
github: https://github.com/naiba/nezha/
|
||||||
document: https://nezha.wiki/guide/dashboard.html
|
document: https://nezha.wiki/guide/dashboard.html
|
||||||
|
@ -15,6 +15,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
- ${PANEL_APP_PORT_HTTPS}:443
|
- ${PANEL_APP_PORT_HTTPS}:443
|
||||||
|
env_file:
|
||||||
|
- /etc/1panel/envs/global.env
|
||||||
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
|
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
|
||||||
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
|
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
|
||||||
@ -30,4 +33,3 @@ services:
|
|||||||
- NGINX_UI_SERVER_START_CMD=database
|
- NGINX_UI_SERVER_START_CMD=database
|
||||||
- NGINX_UI_SERVER_PAGE_SIZE=10
|
- NGINX_UI_SERVER_PAGE_SIZE=10
|
||||||
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
|
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
|
||||||
- NGINX_UI_SERVER_SKIP_INSTALLATION=false
|
|
||||||
|
@ -13,6 +13,9 @@ services:
|
|||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:3000
|
- ${PANEL_APP_PORT_HTTP}:3000
|
||||||
|
env_file:
|
||||||
|
- /etc/1panel/envs/global.env
|
||||||
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${PINGVIN_SHARE_ROOT_PATH}/data:/opt/app/backend/data
|
- ${PINGVIN_SHARE_ROOT_PATH}/data:/opt/app/backend/data
|
||||||
- ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img
|
- ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img
|
||||||
|
@ -13,6 +13,9 @@ services:
|
|||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:3000
|
- ${PANEL_APP_PORT_HTTP}:3000
|
||||||
|
env_file:
|
||||||
|
- /etc/1panel/envs/global.env
|
||||||
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${SLINK_ROOT_PATH}/data:/app/var/data
|
- ${SLINK_ROOT_PATH}/data:/app/var/data
|
||||||
- ${SLINK_ROOT_PATH}/images:/app/slink/images
|
- ${SLINK_ROOT_PATH}/images:/app/slink/images
|
||||||
|
@ -12,6 +12,9 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8840
|
- ${PANEL_APP_PORT_HTTP}:8840
|
||||||
|
env_file:
|
||||||
|
- /etc/1panel/envs/global.env
|
||||||
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
volumes:
|
volumes:
|
||||||
- ${WATCHYOURLAN_ROOT_PATH}/data:/data/WatchYourLAN
|
- ${WATCHYOURLAN_ROOT_PATH}/data:/data/WatchYourLAN
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user