Update 3D game 2026-07-10 21:20

This commit is contained in:
Warren H
2026-07-10 21:20:17 -04:00
parent 141ec64963
commit e0be0458aa
720 changed files with 366857 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
iwanttoheal:
image: node:24-bookworm-slim
command: >-
sh -lc "corepack enable && pnpm install --frozen-lockfile && pnpm run build && pnpm start"
environment:
HOST: 0.0.0.0
PORT: "4173"
ports:
- "4173:4173"
restart: unless-stopped
volumes:
- /mnt/usbssds/apps/iwanttoheal/app:/app
- /mnt/usbssds/apps/iwanttoheal/data:/app/data
working_dir: /app