mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
25 lines
547 B
YAML
25 lines
547 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:
|
|
- ${GLANCE_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
|
- ${GLANCE_ROOT_PATH}/app/assets:/app/assets
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|