This repository is a quick introduction to running Streamlit apps using Docker Compose.
- Clone this repository.
- Start the app with Docker Compose:
docker compose up
- Open your browser and visit http://localhost:8080.
app/first-streamlit.py: Example Streamlit app with lots of basic features.app/requirements.txt: Python dependencies for the app.app/Dockerfile: Docker config for the Streamlit container.docker-compose.yaml: Orchestrates running the Streamlit app in Docker.
Have fun learning Streamlit and Docker!