fix healthcheck path for grimmory service

This commit is contained in:
ShadowArcanist 2026-04-03 18:59:26 +05:30 committed by GitHub
parent 5297aaa003
commit 7e31c6d83a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ services:
- 'grimmory-books:/books'
- 'grimmory-bookdrop:/bookdrop'
healthcheck:
test: 'wget --no-verbose --tries=1 --spider http://localhost/login || exit 1'
test: 'wget --no-verbose --tries=1 --spider http://127.0.0.1/health || exit 1'
interval: 10s
timeout: 5s
retries: 10