mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix: unable to start api
This commit is contained in:
5
.github/workflows/docker-crawlab.yml
vendored
5
.github/workflows/docker-crawlab.yml
vendored
@@ -314,6 +314,11 @@ jobs:
|
||||
env:
|
||||
CRAWLAB_NODE_MASTER: N
|
||||
CRAWLAB_MASTER_HOST: master
|
||||
options: >-
|
||||
--health-cmd "curl -f http://localhost:8000/health || exit 1"
|
||||
--health-interval 30s
|
||||
--health-timeout 10s
|
||||
--health-retries 5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user