version: '3' services: app: build: . ports: - 8585:8501 volumes: - ./:/app tty: true command: streamlit run app.py --server.port 8585