services: everything-is-fine: image: node:24 working_dir: /app volumes: - ./:/app command: sh -c "npm i -g pnpm && pnpm i && node index.js" ports: - "2000:3000"