b0

Results 6 comments of b0

@skoruba count on me when time comes for this rewrite... Thank you

Is there use for a docker image with this pre-built application exe as another shipping format?

@Tratcher I find both usable. It's possible to host containers in Azure App Service too(OpenShift, etc...) so a plain docker image could have value. As of configuration story for that...

It's about pre-built image with everything ready for running. Configuration file(routes, destinations, etc...) doesn't need to be inside image nor next to binary but can be provided via docker volumes...

We are seeing same issue while connecting to DO Postgres instance with Prisma v7.0.1 > Error opening a TLS connection: self-signed certificate in certificate chain Setting **&sslaccept=accept_invalid_certs** on connection string...

**This is strictly Prisma v7.0 issue.** This is unrelated to DigitalOcean and NodeJS. Before Prisma v7.0, Prisma when connecting to DigitalOcean PostgreSQL instances - Prisma silently ignored self-signed certificate that...