Update the docker compose file to make /Tests/tests_all.sh can run successfully.

This commit is contained in:
moseszane168 2025-07-21 17:45:46 +08:00
parent b9c7e562b0
commit db52fcaced

View File

@ -30,3 +30,10 @@ services:
ports:
- "127.0.0.1:9940:4000"
command: /tidb-server -store unistore -path "" -lease 0s > tidb.log 2>&1 &
gaussdb:
image: 'opengauss/opengauss:7.0.0-RC1.B023'
ports:
- "127.0.0.1:9950:5432"
environment:
- TZ=Asia/Shanghai
- GS_PASSWORD=Gaussdb@123