Fix: docker images

This commit is contained in:
arch3rPro
2025-07-02 15:53:50 +08:00
parent afb1930780
commit 29ad0382c9
3 changed files with 6 additions and 12 deletions
+25
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
+12
View File
@@ -0,0 +1,12 @@
services:
starvpn:
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.client:5.1.5
container_name: starvpn
restart: always
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./starvpn-data:/data"