Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harry committed Jul 25, 2024
1 parent ad5090d commit ce7852f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ docker-compose up
```
docker 启动后,访问 http://localhost:15433/

> 登录账号为 admin,密码为 admin (可以在 docker-compose.yml 文件里面修改)
#### 本地部署 📦

需要有可访问的 postgresql 数据库
Expand All @@ -64,3 +66,5 @@ pip install -r requirements.txt
chainlit run main.py
```
服务启动后,访问 http://localhost:8000/

> 登录账号为 admin,密码为 admin (可以在 .env 文件里面修改)

0 comments on commit ce7852f

Please sign in to comment.