We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b830d commit ea73c05Copy full SHA for ea73c05
1 file changed
infra/airflow/docker-compose.yaml
@@ -90,13 +90,12 @@ x-airflow-common:
90
services:
91
postgres:
92
image: postgres:13
93
+ command: -p 5433
94
container_name: postgres-airflow-${ENVIRONMENT}
95
environment:
96
POSTGRES_USER: airflow
97
POSTGRES_PASSWORD: airflow
98
POSTGRES_DB: airflow
- expose:
99
- - 5433
100
volumes:
101
- postgres-db-volume:/var/lib/postgresql/data
102
healthcheck:
0 commit comments