version: "3.7" services: site: build: context: ../ target: build volumes: - "../:/app" - "/app/node_modules" - "/app/.next" ports: - "3000:3000" command: npm run dev environment: - NODE_ENV=development networks: - network-automancer-dev