Hi guys, I’m trying to setup a Prisma docker serve...
# orm-help
e
Hi guys, I’m trying to setup a Prisma docker server on a DigitalOcean droplet, following this article: https://www.prisma.io/tutorials/deploy-prisma-to-digitalocean-with-docker-machine-ct06 using the files from the docker locally. However, I’m stuck on the HOST endpoint part when doing
prisma init hello-world
and
prisma deploy
. So I tried to init using the ipv4 address of the droplet, but I keep getting the
ERR_INVALID_URL
and
Could not connect to server
error. I tried with http:// and without, and i can’t get it to work. I’ve pinged the server and ensured that it’s running. Any help would be appreciated!
g
I've not followed this specific tut, but was able to deploy my prisma docker setup on a droplet. Just continue to point the prisma endpoint to http://localhost:4466
🎉 1
e
Thanks a lot @Gillinghammer That worked!
g
Np! 👍
e
By any chance have you connected your prisma docker setup on a droplet to Prisma Cloud?
g
I've just used docker-compose from my droplet, keeping all it's settings set to localhost. Then I have a client app that can connect to it via the ipAddress fo my droplet
e
I see, not using the Prisma Cloud for things like the Dataviewer and stuff?
g
No just using the playground as needed
e
Okay thanks!