Skip to content

Directus

Headless CMS configuration and infrastructure.

Directus 11 runs in backend/ and deploys to Fly.io as real-ireland-app.

  • Database: PostgreSQL (Neon)
  • File storage: Google Cloud Storage bucket
  • Extensions: custom and npm-installed extensions in the Docker image
Terminal window
cd backend
docker compose up
# or
pnpm start

Production admin UI: https://manage.soultales.app/admin

Use Fly secrets and environment variables for database credentials and storage keys. Do not commit secrets to git.