Directus 11 runs in backend/ and deploys to Fly.io as real-ireland-app.
Infrastructure
Section titled “Infrastructure”- Database: PostgreSQL (Neon)
- File storage: Google Cloud Storage bucket
- Extensions: custom and npm-installed extensions in the Docker image
Local development
Section titled “Local development”cd backenddocker compose up# orpnpm startProduction 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.