1
0
Fork 0
1Panel-Appstore/apps/glance/latest/docker-compose.yml

21 lines
448 B
YAML

services:
glance:
image: "glanceapp/glance:latest"
pull_policy: always
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