ci: updated base-image

This commit is contained in:
Marvin Zhang
2024-11-23 10:51:46 +08:00
parent b4c233f122
commit f016d279d1
15 changed files with 258 additions and 134 deletions

View File

@@ -305,7 +305,7 @@ jobs:
ports:
- 8080:8080
options: >-
--health-cmd "curl -f http://localhost:8000/health || exit 1"
--health-cmd "curl -f http://localhost:8080/api/health || exit 1"
--health-interval 30s
--health-timeout 10s
--health-retries 5
@@ -314,8 +314,10 @@ jobs:
env:
CRAWLAB_NODE_MASTER: N
CRAWLAB_MASTER_HOST: master
ports:
- 8001:8000
options: >-
--health-cmd "curl -f http://localhost:8000/health || exit 1"
--health-cmd "curl -f http://localhost:8001/health || exit 1"
--health-interval 30s
--health-timeout 10s
--health-retries 5