Skip to content

Commit e4620cd

Browse files
committed
wip
1 parent ea73c05 commit e4620cd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

infra/airflow/docker-compose.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
9090
services:
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

0 commit comments

Comments
 (0)