Admin endoints vs ref

This commit is contained in:
lewis
2025-12-29 20:58:04 +02:00
parent 3b52a42156
commit 6027e9517a
26 changed files with 574 additions and 334 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ start_infra() {
-e POSTGRES_DB=postgres \
-P \
--label tranquil_pds_test=true \
postgres:18-alpine >/dev/null
postgres:18-alpine \
-c max_connections=500 >/dev/null
echo "Starting MinIO..."
$CONTAINER_CMD run -d \
--name "${CONTAINER_PREFIX}-minio" \