mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix: ensure worker services depend on healthy master service
This commit is contained in:
@@ -50,7 +50,8 @@ services:
|
||||
CRAWLAB_NODE_MASTER: "N"
|
||||
CRAWLAB_MASTER_HOST: "master"
|
||||
depends_on:
|
||||
- master
|
||||
master:
|
||||
condition: service_healthy
|
||||
env_file:
|
||||
- .env.local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user