astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

Avoid exposing airflow/postgres ports to all network interface in local dev

Open neel-astro opened this issue 2 years ago • 0 comments

Describe the bug The local dev environments in Docker expose Airflow/Postgres Ports to all network interfaces on the developer machine Internal Discussion: https://astronomer.slack.com/archives/C03HRT0MRPD/p1660212091206009

Reference: https://docs.docker.com/compose/compose-file/#ports

Possible solution: By adding host in the container <-> host port mapping in the docker-compose file

What CLI Version did you experience this bug? Everything <= 1.4.0 at the moment

neel-astro avatar Aug 11 '22 16:08 neel-astro