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