Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leleboys authored Dec 28, 2024
1 parent 8400d2d commit 011498c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ services:
ports:
- 8000:80
environment:
BASE_URL: http://${YOUR_HOST}:8000 # 容器对外暴露的地址(即从外部比如浏览器访问的地址)
BASE_URL: http://<YOUR_HOST_HERE>:8000 # 容器对外暴露的地址(即从外部比如浏览器访问的地址)
MYSQL_HOST: asktable_mysql # MySQL 数据库地址
MYSQL_USER: asktable # MySQL 数据库用户名
MYSQL_PASSWORD: asktable # MySQL 数据库密码
MYSQL_DB: asktable # MySQL 数据库名称
LLM_API_KEY: ${YOUR_API_KEY} #LLM API KEY,用于访问大模型。
LLM_API_KEY: <YOUR_API_KEY_HERE> #LLM API KEY,用于访问大模型。
volumes:
- ./asktable_data:/asktable

Expand Down

0 comments on commit 011498c

Please sign in to comment.