feat: postgres healtcheck

This commit is contained in:
karishmas6
2024-10-30 21:38:00 +05:30
parent 25e3eadc73
commit fa416469d6

View File

@@ -25,6 +25,11 @@ services:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5
minio:
image: minio/minio