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,13 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
excalidraw:
|
||||
container_name: Excalidraw
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:80/ || exit 1
|
||||
image: excalidraw/excalidraw:latest
|
||||
ports:
|
||||
- 3765:80
|
||||
restart: on-failure:5
|
||||
stdin_open: true
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Reference in New Issue
Block a user