1
0

chore(deps): update xianwei2022/stars.client docker tag to v5.2.3 (#2276)

This commit is contained in:
renovate[bot]
2025-10-28 05:27:05 +00:00
committed by GitHub
parent 395aa0d5f1
commit ac3b78e09f
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: user
edit: true
envKey: STARS_USER
labelEn: User User
labelZh: 成员账号
required: true
type: text
- default: password
edit: true
envKey: STARS_PASS
labelEn: User Password
labelZh: 成员密码
required: true
rule: paramCommon
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: 管理端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,14 @@
services:
stars-client:
restart: always
privileged: true
network_mode: host
container_name: stars.client
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
volumes:
- ./data:/data
image: xianwei2022/stars.client:5.2.3
labels:
createdBy: "Apps"