how does one add a new cluster? I have a server wh...
# prisma-whats-new
h
how does one add a new cluster? I have a server where I have docker but I don’t have node. Is there a way to take the images from the docker hub and use them somehow or I have to run
prisma init
and then
local
?
n
please have a look at the two deployment tutrorials here: https://www.prismagraphql.com/docs/tutorials/
any idea what is
Copy code
SCHEMA_MANAGER_ENDPOINT=<http://prisma-database:${PORT}/cluster/schema>
CLUSTER_ADDRESS=<http://prisma-database:${PORT}>
in the
.env
file?