version: '3' services: app: build: . ports: - "8501:8501" volumes: - ./gradio_examples:/app/gradio_examples restart: unless-stopped