Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-03 04:48:20 +00:00
parent 17f2fc3875
commit 747e5fbb63
72 changed files with 313 additions and 12 deletions
+23
View File
@@ -0,0 +1,23 @@
networks:
1panel-network:
external: true
services:
lucky:
container_name: 2.27.2
entrypoint:
- /goodluck/start.sh
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: gdy666/lucky:2.27.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
restart: always
volumes:
- ./run/start.sh:/goodluck/start.sh:ro
- ${LUCKY_ROOT_PATH}/data:/goodluck