File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ x-airflow-common:
5353 &airflow-common-env
5454 IS_PRIME_ENV : ' true'
5555 AIRFLOW__CORE__EXECUTOR : CeleryExecutor
56- AIRFLOW__CORE__SQL_ALCHEMY_CONN : postgresql+psycopg2://airflow:airflow@postgres:5433 /airflow
57- AIRFLOW__CELERY__RESULT_BACKEND : db+postgresql://airflow:airflow@postgres:5433 /airflow
58- AIRFLOW__CELERY__BROKER_URL : redis://:@redis:6380 /0
56+ AIRFLOW__CORE__SQL_ALCHEMY_CONN : postgresql+psycopg2://airflow:airflow@postgres/airflow
57+ AIRFLOW__CELERY__RESULT_BACKEND : db+postgresql://airflow:airflow@postgres/airflow
58+ AIRFLOW__CELERY__BROKER_URL : redis://:@redis:6379 /0
5959 AIRFLOW__CORE__FERNET_KEY : ' '
6060 AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION : ' true'
6161 AIRFLOW__CORE__ENABLE_XCOM_PICKLING : " true"
@@ -90,7 +90,6 @@ x-airflow-common:
9090services :
9191 postgres :
9292 image : postgres:13
93- command : -p 5433
9493 container_name : postgres-airflow-${ENVIRONMENT}
9594 environment :
9695 POSTGRES_USER : airflow
@@ -110,7 +109,7 @@ services:
110109 image : redis:7.0.4-alpine3.16
111110 container_name : redis-airflow-${ENVIRONMENT}
112111 expose :
113- - 6380
112+ - 6379
114113 healthcheck :
115114 test : ["CMD", "redis-cli", "ping"]
116115 interval : 5s
You can’t perform that action at this time.
0 commit comments