This repository contains the Directus configuration and setup for the Kiron data applications.
Directus is used as a headless CMS and API platform for managing data in the Kiron ecosystem.
- Copy
.env.exampleto.env.localand configure your environment variables - Run the Docker Compose setup:
docker-compose up -d
- Access Directus at http://localhost:8055
docker-compose.yml- Docker Compose configurationextensions/- Custom Directus extensionsuploads/- File uploads storagedatabase/- Database files (if using SQLite)
The main configuration is handled through environment variables in .env.local.
This repository is a submodule of the main db-schema project.