Add full homelab inventory and remaining home services.
UniFi, Joplin, Glance, Uptime Kuma, Whoogle, Synology packages docs, Proxmox LXC inventory, Portainer stacks, and INVENTORY.md master list. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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}
|
||||
Reference in New Issue
Block a user