astro-cli
astro-cli copied to clipboard
Avoid exposing airflow/postgres ports to all network interface in local dev
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