- Make volume mount for Postgre and Minio,
mkdir volume && cd volume && mkdir postgre minio - Setting up
.envby copy-ing and changing the value inside the.env.example docker compose up, you can change the expose port in app service insidedocker-compose.yaml- Go to
localhost:8000
- Prepare Postgre and Minio, and make sure it has required permission.
- Prefered: Install poetry for python, use this guide https://python-poetry.org/docs/
Alternative: make python 3.10 venv. and install
pip install requirements.txtinsidesrc. - Go to
srcand runchainlit run app.py --port 8000 - Go to
localhost:8000



