version: '3.8' services: streamlit-app: build: . ports: - "8501:8501" volumes: - .:/app environment: - PYTHONPATH=/app restart: unless-stopped