version: '3.8' services: web: build: context: . dockerfile: Dockerfile ports: - "3000:3000" env_file: - .env environment: - NODE_ENV=production