mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-30 05:59:17 +00:00
974 B
974 B
Docker-Compose Deployment
Run via Docker-Compose
This example requires you previde a valid API key for the SiliconFlow API. You can obtain one by signing up at SiliconFlow and creating an API key at API Key.
SILICONFLOW_API_KEY=${SILICONFLOW_API_KEY} docker compose up -d
You will see the following output if the deployment is successful.
[+] Running 3/3
✔ Network dbgptnet Created 0.0s
✔ Container db-gpt-db-1 Started 0.2s
✔ Container db-gpt-webserver-1 Started 0.2s
View log
docker logs db-gpt-webserver-1 -f
:::info note
For more configuration content, you can view the docker-compose.yml file
:::
Visit
Open the browser and visit http://localhost:5670