mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-03 20:52:12 +08:00
Add App Lucky
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 16601
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 管理端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./luckyconf
|
||||
edit: true
|
||||
envKey: LUCKY_CONF_PATH
|
||||
labelEn: Config Path
|
||||
labelZh: 配置目录
|
||||
required: true
|
||||
type: string
|
||||
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
lucky:
|
||||
image: gdy666/lucky
|
||||
container_name: lucky
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP:-16601}:16601"
|
||||
volumes:
|
||||
- "${LUCKY_CONF_PATH:-./luckyconf}:/goodluck"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user