fix(docker): fixed docker container healthchecks, added instructions to README for pgvector (#735)

* fixed docker container healthchecks

* add additional instructions for pgvector extension to README
This commit is contained in:
Waleed Latif
2025-07-20 21:27:02 -07:00
committed by GitHub
parent b923c247ca
commit 80076012c6
3 changed files with 36 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ services:
db:
condition: service_healthy
healthcheck:
test: ['CMD', 'wget', '--spider', '--quiet', 'http://127.0.0.1:3002']
test: ['CMD', 'wget', '--spider', '--quiet', 'http://127.0.0.1:3002/health']
interval: 90s
timeout: 5s
retries: 3