mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +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
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8001
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${KIMAI2_ROOT_PATH}/data:/opt/kimai/var/data
|
||||
- ${KIMAI2_ROOT_PATH}/plugins:/opt/kimai/var/plugins
|
||||
|
@ -11,5 +11,5 @@
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://nezha.wiki/
|
||||
github: https://github.com/naiba/nezha
|
||||
github: https://github.com/naiba/nezha/
|
||||
document: https://nezha.wiki/guide/dashboard.html
|
||||
|
@ -15,6 +15,9 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_HTTPS}:443
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
|
||||
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
|
||||
@ -30,4 +33,3 @@ services:
|
||||
- NGINX_UI_SERVER_START_CMD=database
|
||||
- NGINX_UI_SERVER_PAGE_SIZE=10
|
||||
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
|
||||
- NGINX_UI_SERVER_SKIP_INSTALLATION=false
|
||||
|
@ -13,6 +13,9 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${PINGVIN_SHARE_ROOT_PATH}/data:/opt/app/backend/data
|
||||
- ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img
|
||||
|
@ -13,6 +13,9 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${SLINK_ROOT_PATH}/data:/app/var/data
|
||||
- ${SLINK_ROOT_PATH}/images:/app/slink/images
|
||||
|
@ -12,6 +12,9 @@ services:
|
||||
network_mode: host
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8840
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${WATCHYOURLAN_ROOT_PATH}/data:/data/WatchYourLAN
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user