Hi. We are currently doing an offline deployment o...
# orm-help
r
Hi. We are currently doing an offline deployment of our prisma, running inside docker-compose. Everything is spinning up correctly, but during
prisma deploy
we get an error:
Copy code
'ENOTFOUND': request to <https://api.cloud.prisma.sh/> failed, reason: getaddrinfo ENOTFOUND api.cloud.prisma.sh api.cloud.prisma.sh:443
. This makes sende, since we are offline. How can we bypass this check? Any help with this would be greatly appreciated.
s
If youre using docker-compose to connect services, you can pass the service name instead of the actual address
r
the problem is that prisma wants to connect to the online servers. I've managed to get around most of this now, but still having to wait for it to timeout