Skip to content

Commit

Permalink
🐛 Remove unused compose health check (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon authored Jul 17, 2024
1 parent d0e93bc commit 915162a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ services:
<<: *db-variables
volumes:
- kai_db_data:/var/lib/postgresql/data:z
healthcheck:
test: ["CMD", "pg_isready", "-U", "$POSTGRES_USER"]
interval: 10s
start_period: 30s
volumes:
kai_db_data:

0 comments on commit 915162a

Please sign in to comment.