I'm trying to setup a digitalocean droplet, and I'm a little stuck. I copied the docker-compose.yml file from a local install that creates a docker prisma and postgresql instance, and ran it with docker-compose up -d It's running nicely, and I'm able to go the /cluster endpoint. However, I'm having trouble telling the servers prisma cli that it exists. As such, I'm I'm not sure how to get the secret. I think I need to add a local: section to ~/.prisma/config.yml but I don't know hot get the cluster-secret. Any guidance?