version: "3.8" services: app: build: context: . dockerfile: Dockerfile ports: - "80:80" restart: unless-stopped environment: - NODE_ENV=production