Fix: [BUG] Backend not running #56.
This commit is contained in:
@ -11,7 +11,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "pg_isready -U opencut"]
|
test: ["CMD-SHELL", "pg_isready -U opencut"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
Reference in New Issue
Block a user