services: app: container_name: agentblock-dev build: context: . dockerfile: Dockerfile.dev environment: DISABLE_HMR: "false" ports: - "3000:3000" volumes: - .:/app - /app/node_modules