services: api: build: context: . target: dev ports: - "3000:3000" env_file: - .env volumes: - .:/app - /app/node_modules command: pnpm start:dev