Skip to main content
Version: v0.7.0

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
note

For more configuration content, you can view the docker-compose.yml file

Visit

Open the browser and visit http://localhost:5670