``` Exception in thread "main" java.sql.SQLTransie...
# prisma-whats-new
h
Copy code
Exception in thread "main" java.sql.SQLTransientConnectionException: internalRoot - Connection is not available, request timed out after 5001ms
a
Could you try to remove the quotation marks from the *_PORT environment variables?
h
Caused by: java.net.UnknownHostException: "prisma-db
when I run
docker-compose up -d
I get some warnings:
Copy code
WARNING: The SCHEMA_MANAGER_SECRET variable is not set. Defaulting to a blank string.
WARNING: The SCHEMA_MANAGER_ENDPOINT variable is not set. Defaulting to a blank string.
WARNING: The CLUSTER_ADDRESS variable is not set. Defaulting to a blank string.
WARNING: The CLUSTER_PUBLIC_KEY variable is not set. Defaulting to a blank string.
these are probably only needed for digital ocean, right?