📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-21 09:15:23 +00:00
parent 0e1bb1aef3
commit 3d137606c0
805 changed files with 93512 additions and 4532 deletions
@@ -55,7 +55,7 @@ Guide for collecting complete environment information and generating `harness/co
"type": "database",
"required": true,
"image": "postgres:15",
"ports": ["5432:5432"],
"ports": ["127.0.0.1:5432:5432"],
"env": {
"POSTGRES_USER": "${DB_USER:-postgres}",
"POSTGRES_PASSWORD": "${DB_PASSWORD}",
@@ -441,7 +441,7 @@ echo "=== Tearing down environment ==="
# Stop Docker services
if [ -f "$PROJECT_ROOT/docker-compose.yml" ]; then
docker-compose -f "$PROJECT_ROOT/docker-compose.yml" down -v
docker-compose -f "$PROJECT_ROOT/docker-compose.yml" down
fi
# Clean up optional runtime verification artifacts when advanced tracing is enabled