mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 12:48:01 +08:00
25 lines
551 B
YAML
25 lines
551 B
YAML
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|
||
|
services:
|
||
|
glance:
|
||
|
container_name: glance
|
||
|
env_file:
|
||
|
- ./envs/global.env
|
||
|
- .env
|
||
|
environment:
|
||
|
- TZ=Asia/Shanghai
|
||
|
image: glanceapp/glance:v0.6.4
|
||
|
labels:
|
||
|
createdBy: Apps
|
||
|
networks:
|
||
|
- 1panel-network
|
||
|
ports:
|
||
|
- ${PANEL_APP_PORT_HTTP}:8080
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ${APP_NAME_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||
|
- ${APP_NAME_ROOT_PATH}/app/assets:/app/assets
|
||
|
- /etc/timezone:/etc/timezone:ro
|
||
|
- /etc/localtime:/etc/localtime:ro
|