Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-02-01 05:02:56 +00:00
parent 2dd1eb8ec4
commit e57a01bcd4
28 changed files with 6 additions and 6 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
lucky:
container_name: lucky
entrypoint:
- /app/conf/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:/app/conf/start.sh:ro
- /var/run/docker.sock:/var/run/docker.sock
- ${LUCKY_ROOT_PATH}/data:/app/conf