Open
Description
I am using sqlx which requires a connection to my local postgres db at build time. Is it possible to port forward postgres into the cross container or alternatively is there an environment variable to get the IP address of the host from the container?
Related: conversation about removing this build-time network dependency in sqlx: launchbadge/sqlx#60 (comment)