This simple project uses Traefik as a reverse proxy to a Streamlit application and handles SSL certs with Lets Encrypt.
- Docker Compose
- Python 3.9
cd src
pip install -r requirements.txt
streamlit run app.py
sudo docker-compose -f local.yml up --build
- In
compose/traefik/traefik.yml
, changeexample@test.com
to your email. - In
compose/traefik/traefik.yml
, changeexample.com
to your domain. sudo docker-compose -f production.yml up --build
Feel free to make a PR or get in contact with me on Discord at yoyojoe#5510.