第一次

This commit is contained in:
ZhuJW
2026-04-16 15:44:32 +08:00
commit 5a98242f2f
171 changed files with 42954 additions and 0 deletions

5
sit-start.sh Normal file
View File

@@ -0,0 +1,5 @@
docker stop fst-root-db
docker rm fst-root-db
docker build -f infra/tencent/docker_ci/Dockerfile.root_db -t fst-root-db:latest .
docker run -d --name fst-root-db -p 5232:5232 -e DB_USER=admin -e DB_PASSWORD=LUOhui814 -e DB_BASE_URL=10.204.136.2:5432/fsq fst-root-db:latest
docker logs -f fst-root-db