mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
ci: updated base-image
This commit is contained in:
6
.github/workflows/docker-crawlab.yml
vendored
6
.github/workflows/docker-crawlab.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user