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
+1 -1
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