Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-02-01 04:26:44 +00:00
parent 91e0bc870c
commit 7f96cdcb4f
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.27.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" ]