version: '3' services: streamlit: build: . ports: - "7860:7860" volumes: - .:/app environment: - PYTHONUNBUFFERED=1