streamlit run streamlit/app_you_want_to_run.py
In this case, use .streamlit/secrets.toml
for secrets
docker-compose up --build --force-recreate
In this case, use secrets/
and text files for secrets. The docker-compose.yml specifies all needed secrets.
specify a data folder location in .devcontainer/devcontainer.json
python3 -m mkdocs build
python3 -m mkdocs serve