Files
fst_data_pipeline-feature-e…/sit-start.sh
2026-04-16 16:31:48 +08:00

6 lines
308 B
Bash

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