graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

fix(docker): copy RDS certificate into production Docker image #241

Closed vinzenzweber closed 3 years ago

vinzenzweber commented 3 years ago

Description

The database CA cert was missing in the Docker container when I tried to connect from DigitalOcean App Platform to the DigitalOcean database using the DATABASE_URL and AUTH_DATABASE_URL env variables. https://discord.com/channels/489127045289476126/498852330754801666/804493882879508490

Performance impact

None

Security impact

Improve security for database connections

Checklist