Skip to content

Commit ea73c05

Browse files
committed
wip
1 parent d8b830d commit ea73c05

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infra/airflow/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,12 @@ x-airflow-common:
9090
services:
9191
postgres:
9292
image: postgres:13
93+
command: -p 5433
9394
container_name: postgres-airflow-${ENVIRONMENT}
9495
environment:
9596
POSTGRES_USER: airflow
9697
POSTGRES_PASSWORD: airflow
9798
POSTGRES_DB: airflow
98-
expose:
99-
- 5433
10099
volumes:
101100
- postgres-db-volume:/var/lib/postgresql/data
102101
healthcheck:

0 commit comments

Comments
 (0)