services: iwanttoheal: image: node:24-bookworm-slim command: >- sh -lc "corepack pnpm install --frozen-lockfile && corepack pnpm run db:init && corepack pnpm run build && corepack pnpm start" environment: CORS_ORIGINS: "https://iwanttoheal.phenomrom.com,capacitor://localhost,http://localhost" DATA_DIR: /app/data HOST: 0.0.0.0 PORT: "4173" init: true ports: - "4173:4173" restart: unless-stopped volumes: - /mnt/usbssds/apps/iwanttoheal-mmo/app:/app - /mnt/usbssds/apps/iwanttoheal-mmo/data:/app/data working_dir: /app