mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-09 19:38:19 +02:00
fix healthcheck for local testing
This commit is contained in:
@@ -28,8 +28,9 @@ services:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready"]
|
||||
test: ["CMD-SHELL", "pg_isready", "-U", "postgres"]
|
||||
interval: 30s
|
||||
timeout: 60s
|
||||
retries: 5
|
||||
|
Reference in New Issue
Block a user