https://github.com/abiddiscombe/render-blueprint-directus
A Render IaC Blueprint for configuring and deploying a Directus instance backed by PostgreSQL
https://github.com/abiddiscombe/render-blueprint-directus
blueprint directus postgresql render-com
Last synced: 9 months ago
JSON representation
A Render IaC Blueprint for configuring and deploying a Directus instance backed by PostgreSQL
- Host: GitHub
- URL: https://github.com/abiddiscombe/render-blueprint-directus
- Owner: abiddiscombe
- Created: 2024-06-14T17:22:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T19:06:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T15:51:14.293Z (over 1 year ago)
- Topics: blueprint, directus, postgresql, render-com
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Render Blueprint - Directus
An example [Render Blueprint](https://docs.render.com/infrastructure-as-code) (Render's IaC Product) for configuring and deploying a [Directus](https://directus.io/) instance, backed by [PostgreSQL](https://www.postgresql.org/). Feel to use this template for your own projects; make sure to apply any customisations you require such as modifying a resource's `region` and `name` values.
## Resources
By default, these resources are deployed in the *Frankfurt* region on a *Starter* plan.
### Web Service - 🐇
The `directus-server` web service deploys the `directus/directus:10` Docker image, with administrative credentials defined via the Render Dashboard during the initial sync. The `10` tag uses the `10.x.x` major version whilst recieving bug fixes and new features.
### PostgreSQL Database - 🐘
The `directus-db` database uses the latest version of PostgreSQL supported by Render, with all external IPs (non-Render connections) blocked.