chore(deps): update alireza7/s-ui docker tag to v1.4.0 (localApps) (#4422)
This commit is contained in:
34
apps/s-ui/1.4.0/data.yml
Normal file
34
apps/s-ui/1.4.0/data.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: S_UI_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
label:
|
||||
en: Data persistence path
|
||||
zh: 数据持久化路径
|
||||
required: true
|
||||
type: text
|
||||
- default: 2095
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
label:
|
||||
en: WebUI port
|
||||
zh: WebUI 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 2096
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_API
|
||||
labelZh: API 端口
|
||||
labelEn: API port
|
||||
label:
|
||||
en: API port
|
||||
zh: API 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
24
apps/s-ui/1.4.0/docker-compose.yml
Normal file
24
apps/s-ui/1.4.0/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
s-ui:
|
||||
image: alireza7/s-ui:v1.4.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
tty: true
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:2095
|
||||
- ${PANEL_APP_PORT_API}:2096
|
||||
volumes:
|
||||
- ${S_UI_ROOT_PATH}/db:/app/db
|
||||
- ${S_UI_ROOT_PATH}/cert:/app/cert
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- SUI_LOG_LEVEL=info
|
||||
- SUI_DEBUG=false
|
||||
Reference in New Issue
Block a user