fix healthcheck endpoint path
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Has been cancelled Details
mozhi pipeline / Build and publish artifacts (push) Has been cancelled Details

This commit is contained in:
Arya 2024-04-14 18:45:01 +05:30
parent 3b74e6cd97
commit 421c0b5258
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
ports:
- "3000:3000"
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/version || exit 1
interval: 30s
timeout: 5s
retries: 2