Fix: [BUG] Backend not running #56.

This commit is contained in:
creotove
2025-06-24 22:32:37 +05:30
parent 71be89ada3
commit e8a22d99cb

View File

@ -11,7 +11,7 @@ services:
ports:
- "5432:5432"
healthcheck:
test: ["CMD", "pg_isready -U opencut"]
test: ["CMD-SHELL", "pg_isready -U opencut"]
interval: 30s
timeout: 10s
retries: 5