version: '3.8' services: web: build: context: . dockerfile: Dockerfile ports: - "8086:3000" environment: - NODE_ENV=production volumes: - .:/app - /app/node_modules restart: unless-stopped