File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,19 +112,19 @@ build-airflow-cluster: guard-ENVIRONMENT create-env-airflow-cluster build-extern
112112
113113start-airflow-cluster : build-externals
114114 @ echo -e " $( BUILD_PRINT) Starting Airflow services $( END_BUILD_PRINT) "
115- @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d --force-recreate airflow-webserver airflow-scheduler airflow-triggerer flower
115+ @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d --force-recreate airflow-webserver- ${ENVIRONMENT} airflow-scheduler- ${ENVIRONMENT} airflow-triggerer- ${ENVIRONMENT} airflow- flower- ${ENVIRONMENT}
116116
117117start-airflow-cluster-worker : build-externals
118118 @ echo -e " $( BUILD_PRINT) Starting Airflow services $( END_BUILD_PRINT) "
119- @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d --force-recreate airflow-worker
119+ @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} up -d --force-recreate airflow-worker- ${ENVIRONMENT}
120120
121121stop-airflow-cluster :
122122 @ echo -e " $( BUILD_PRINT) Stopping Airflow Cluster $( END_BUILD_PRINT) "
123- @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} down airflow-webserver airflow-scheduler airflow-triggerer flower
123+ @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} down airflow-webserver- ${ENVIRONMENT} airflow-scheduler- ${ENVIRONMENT} airflow-triggerer- ${ENVIRONMENT} airflow- flower- ${ENVIRONMENT}
124124
125125stop-airflow-cluster-worker :
126126 @ echo -e " $( BUILD_PRINT) Stopping Airflow Cluster Worker $( END_BUILD_PRINT) "
127- @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} down airflow-worker
127+ @ docker-compose -p ${ENVIRONMENT} --file ./infra/airflow-cluster/docker-compose.yaml --env-file ${ENV_FILE} down airflow-worker- ${ENVIRONMENT}
128128
129129start-airflow : build-externals
130130 @ echo -e " $( BUILD_PRINT) Starting Airflow services $( END_BUILD_PRINT) "
You can’t perform that action at this time.
0 commit comments