anyone experienced with self-hosting prisma and gr...
# orm-help
j
anyone experienced with self-hosting prisma and graphql yoga servers on linux?
r
Hey @jt 👋 Yes you can host the Prisma and Yoga server on Linux. Is there any issue you're facing?
j
yes, whenever I try to run
prisma deploy
i get an error message that says
Error: Could not connect to server at <http://localhost:4466>. Please check if your server is running.
I'm using Docker
how do i check if my server is running? I'm SSH'ed into the server, so obviously it is running, right?
If I change the prisma endpoint from http://localhost:4466 to http://192.168.4.245:4466 i get a connection refused error instead
r
Did you run
docker-compose up -d
? If so, can you send me the logs of that via
docker-compose logs