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,11 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${UPTIME_KUMA_PORT:-3001}:3001"
|
||||
volumes:
|
||||
- ${UPTIME_KUMA_DATA:-/volume1/docker/Configs/uptime-kuma}:/app/data
|
||||
environment:
|
||||
TZ: ${TZ:-Europe/Brussels}
|
||||
Reference in New Issue
Block a user