mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
20 lines
424 B
YAML
20 lines
424 B
YAML
services:
|
|
glance:
|
|
image: "glanceapp/glance:v0.8.4"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
|
volumes:
|
|
- ${GLANCE_CONFIG_PATH}:/app/glance.yml
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|