version: '3.8' services: web: build: context: . dockerfile: Dockerfile ports: - "3012:3000" environment: - NODE_ENV=production restart: always