version: "3.8" services: frontend: build: . ports: - "7860:7860" volumes: - .:/app environment: - PYTHONUNBUFFERED=1 restart: unless-stopped