add glance, fix readme arrangement

This commit is contained in:
azpsen
2025-01-07 12:29:53 -06:00
parent ac903c6db8
commit 0f80e2c1c2
2 changed files with 16 additions and 6 deletions

View File

@@ -150,6 +150,20 @@ services:
- ${DNS_IP}
restart: unless-stopped
## Glance (server dashboard)
glance:
image: glanceapp/glance
container_name: glance
volumes:
- /docker/glance/glance.yml:/app/glance.yml
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- 3019:8080
dns:
- 100.111.0.126
restart: unless-stopped
## Grocy (home inventory management)
grocy:
container_name: grocy