File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,21 @@ services:
63
63
airflow-init :
64
64
condition : service_completed_successfully
65
65
66
+ airflow-triggerer :
67
+ << : *docker-common
68
+ container_name : airflow-triggerer
69
+ command : triggerer
70
+ healthcheck :
71
+ test : ["CMD-SHELL", 'airflow jobs check --job-type TriggererJob --hostname "$${HOSTNAME}"']
72
+ interval : 30s
73
+ timeout : 10s
74
+ retries : 5
75
+ start_period : 30s
76
+ restart : always
77
+ depends_on :
78
+ airflow-init :
79
+ condition : service_completed_successfully
80
+
66
81
airflow-init :
67
82
<< : *docker-common
68
83
entrypoint : /bin/bash
Original file line number Diff line number Diff line change @@ -58,6 +58,21 @@ services:
58
58
airflow-init :
59
59
condition : service_completed_successfully
60
60
61
+ airflow-triggerer :
62
+ << : *docker-common
63
+ container_name : airflow-triggerer
64
+ command : triggerer
65
+ healthcheck :
66
+ test : ["CMD-SHELL", 'airflow jobs check --job-type TriggererJob --hostname "$${HOSTNAME}"']
67
+ interval : 30s
68
+ timeout : 10s
69
+ retries : 5
70
+ start_period : 30s
71
+ restart : always
72
+ depends_on :
73
+ airflow-init :
74
+ condition : service_completed_successfully
75
+
61
76
airflow-init :
62
77
<< : *docker-common
63
78
entrypoint : /bin/bash
You can’t perform that action at this time.
0 commit comments