Fix github action container start

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-01 00:04:45 +01:00
parent e0632babc7
commit 1645877bee
4 changed files with 43 additions and 60 deletions

View File

@@ -14,7 +14,12 @@ services:
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 5s
retries: 5
minio:
image: "quay.io/minio/minio"
entrypoint: "sh"