services: web: build: . ports: - "3000:3000" volumes: - ./:/app - /app/node_modules environment: - NODE_ENV=development command: npm run dev