1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-03-23 16:19:22 +00:00
parent 993e8222f6
commit 69db5e4993
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CONTAINER_NAME="lucky"
PANEL_APP_PORT_HTTP="16601"
DATA_PATH="./data"

View File

@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 16601
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port (determined by the listening port)
labelZh: 端口 (由监听端口决定)
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@@ -0,0 +1,10 @@
services:
lucky:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ${DATA_PATH}:/goodluck
image: gdy666/lucky:2.15.7
labels:
createdBy: "Apps"