version: '3.8' services: app: build: context: . dockerfile: Dockerfile ports: - "7860:7860" environment: - NODE_ENV=production - PORT=7860 - HOSTNAME=0.0.0.0