Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-01-21 00:29:10 +00:00
parent 94a3a5d733
commit 2310c388fa
8 changed files with 0 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
lucky:
image: gdy666/lucky:2.26.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
network_mode: ${NETWORK_MODE:-host}
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ./run/start.sh:/app/conf/start.sh:ro
- /var/run/docker.sock:/var/run/docker.sock
- ${LUCKY_ROOT_PATH}/data:/app/conf
environment:
- TZ=Asia/Shanghai
entrypoint: [ "/app/conf/start.sh" ]