mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
24 lines
506 B
YAML
24 lines
506 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
lucky:
|
|
container_name: lucky
|
|
entrypoint:
|
|
- /goodluck/start.sh
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
image: gdy666/lucky:2.20.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
|