mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-05 09:12:22 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
ed09ee9e80
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nezha-dash:
|
nezha-dash:
|
||||||
image: hamster1963/nezha-dash:v1.6.4
|
image: hamster1963/nezha-dash:v1.6.5
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
siyuan:
|
siyuan:
|
||||||
image: b3log/siyuan:v3.1.13
|
image: b3log/siyuan:v3.1.14
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -2,7 +2,7 @@
|
|||||||
PANEL_DB_TYPE=mariadb
|
PANEL_DB_TYPE=mariadb
|
||||||
|
|
||||||
# 数据持久化路径 [必填]
|
# 数据持久化路径 [必填]
|
||||||
BAOTA_ROOT_PATH=/home/feedback
|
FEEDBACK_ROOT_PATH=/home/feedback
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8080
|
PANEL_APP_PORT_HTTP=8080
|
||||||
|
@ -21,7 +21,7 @@ additionalProperties:
|
|||||||
value: percona
|
value: percona
|
||||||
- default: "/home/feedback"
|
- default: "/home/feedback"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: BAOTA_ROOT_PATH
|
envKey: FEEDBACK_ROOT_PATH
|
||||||
labelZh: 数据持久化路径
|
labelZh: 数据持久化路径
|
||||||
labelEn: Data persistence path
|
labelEn: Data persistence path
|
||||||
required: true
|
required: true
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||||
image: hamster1963/nezha-dash:v1.6.4
|
image: hamster1963/nezha-dash:v1.6.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -11,7 +11,7 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
environment:
|
environment:
|
||||||
- RUN_IN_CONTAINER=true
|
- RUN_IN_CONTAINER=true
|
||||||
image: b3log/siyuan:v3.1.13
|
image: b3log/siyuan:v3.1.14
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -2,7 +2,7 @@
|
|||||||
PANEL_DB_TYPE=mariadb
|
PANEL_DB_TYPE=mariadb
|
||||||
|
|
||||||
# 数据持久化路径 [必填]
|
# 数据持久化路径 [必填]
|
||||||
BAOTA_ROOT_PATH=/home/feedback
|
FEEDBACK_ROOT_PATH=/home/feedback
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8080
|
PANEL_APP_PORT_HTTP=8080
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||||
image: hamster1963/nezha-dash:v1.6.4
|
image: hamster1963/nezha-dash:v1.6.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
@ -11,7 +11,7 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
environment:
|
environment:
|
||||||
- RUN_IN_CONTAINER=true
|
- RUN_IN_CONTAINER=true
|
||||||
image: b3log/siyuan:v3.1.13
|
image: b3log/siyuan:v3.1.14
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
Reference in New Issue
Block a user