Folks, does hyperdrive work with containers? I passed `this.env.HYPERDRIVE.connectionString` from my
Folks, does hyperdrive work with containers? I passed
this.env.HYPERDRIVE.connectionString from my worker to container. But my Python code inside the container is not able to reach the host. Works fine if I use my origin database connection string inside Python. Also worker can connect to db with hyperdrive connection string. Only container can't. Any ideas?


