# Glance — dashboard (config map nog leeg op NAS) services: glance: image: glanceapp/glance:latest container_name: glance restart: unless-stopped ports: - "${GLANCE_PORT:-8081}:8080" volumes: - ./config:/app/config environment: TZ: ${TZ:-Europe/Brussels}