version: '3.8' services: gpt4o: build: . ports: - "7860:7860" volumes: - .:/usr/src/app environment: - PYTHONUNBUFFERED=1 command: python app.py