Add App Lucky

This commit is contained in:
arch3rPro
2025-07-02 14:19:01 +08:00
parent 7d8ce8ab5a
commit 1dc7f69edc
8 changed files with 256 additions and 0 deletions

View File

@@ -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