version: '3.8' services: whisper-app: build: . ports: - "9854:9854" volumes: - ./keys.txt:/app/keys.txt - /tmp:/tmp command: ["python", "app.py"]