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