frgryr2001 / next13-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description tags
Directus
A one-click-install Directus instance using PostgreSQL. Always install lastest version know of Directus.
javascript
directus
cms
postgreSQL

Directus railway template

This example runs a Directus instance with minimal config using PostgreSQL.

Deploy on Railway

✨ Features

  • Directus
  • PostgreSQL
  • Javascript

πŸ’β€β™€οΈ How to use

  • Add the .env vars on template (you can add more vars when the app is deployed).
  • Let railway deploy your service, grab the generated domain from the service settings.
  • Login in the panel using the defined ADMIN_EMAIL and ADMIN_PASSWORD used in .env vars

πŸ“ Notes

  • This is a minimal one-click-deploy solution to Directus, see Directus docs to config it to your needs.

  • Re deploys won't erase your db data since according to Directus docs Directus will use an existing .env file (or existing environment variables) to either install the database (if it's empty) or migrate it to the latest version (if it already exists and has missing migrations). but be careful!

About


Languages

Language:JavaScript 94.0%Language:Procfile 6.0%