Docker-Compose Deployment
Run via Docker-Compose
$ docker compose up -d
------------------------------------------
[+] Building 0.0s (0/0)
[+] Running 2/2
✔ Container db-gpt-db-1 Started 0.4s
✔ Container db-gpt-webserver-1 Started
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