Added glance

This commit is contained in:
2026-07-18 08:03:39 -07:00
parent b848cbfe28
commit a68d1b4060
4 changed files with 145 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
glance:
image: ${GLANCE_IMAGE:-glanceapp/glance:latest}
restart: ${GLANCE_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-/data}/glance/config:/app/config
environment:
- TZ=${TZ:-America/Vancouver}
ports:
- ${GLANCE_PORT:-8080}:8080
networks:
- proxy
networks:
proxy:
external: true