How to run drizzle-kit studio out of docker?
I'm trying to run
drizzle-kit studio
out of docker:
When I run docker-compose, I get the following log:
ecominate-drizzle-studio-1 | Drizzle Studio is up and running on https://local.drizzle.studioyet when i visit the browser, it says its "Connecting to the Drizzle Kit on localhost:4983" are there separate docker instructions for how to run this?
9 Replies
bump
it shows the port is exposed
I was able to get this to work, but i think its a bug
will post link
GitHub
Issue when running drizzle-kit studio out of docker · Issue #286 · ...
In docker, I specify the host as --host=0.0.0.0 and it says i can access the studio at https://local.drizzle.studio?host=0.0.0.0; however, when 4983 is exposed, the only way to access the studio is...
Hi @jakeleventhal
I'm having a similar problem, have you found a solution?
I'm running a node container for Next.js application and a postgres server. Since I boot drizzle studio inside the web container, I thought porting 4983:4983 would solve it but didn't work.
here it is...
@Angelelz may you help us?
i explain in the GH issue
My apologies, I don't know drizzle studio enough to be of help on this
alright, thank you for responding :HYPERSL:
if possible, can you please tag someone who may help us?
Maybe @alexblokh