services: - type: web name: cathay-webcast-ai env: python buildCommand: | pip install -r requirements.txt playwright install chromium startCommand: uvicorn app:app --host 0.0.0.0 --port 10000