-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hey folks!
I’ve been playing around with Cloudflare Containers and ran into something I couldn’t quite figure out... Ok, I concede, I’m not just playing. I’m too early of an adopter and actually running it in production for a multi-million daily hits Worker powering… stateless WordPress. Yep, WordPress, you read that right. You only live once, after all.
I tried wiring up Hyperdrive inside a container by passing the connection string through env vars, something like:
envVars = {
DB_CONN_STRING: env.HYPERDRIVE.connectionString
}…but the container just fails to connect.
So I’m wondering:
- Am I missing something obvious in setup/usage?
- Or is this just not supported in containers yet?
- If it’s a limitation, is support for Hyperdrive inside containers on the roadmap?
Would be great to know if I should keep digging or just accept that Hyperdrive + containers isn’t a thing (yet).
Thanks for the awesome work on this project!
Metadata
Metadata
Assignees
Labels
No labels