version: "3.8" services: app: build: context: . dockerfile: Dockerfile network: host ports: - "3000:3000" environment: - NODE_ENV=production