Merge pull request #58 from creotove/main

Fix: [BUG] Backend not running #56.
This commit is contained in:
iza 2025-06-24 22:34:58 +03:00 committed by GitHub
commit 9b29122a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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