Ulf Gebhardt 9944964e2e
docker-compose backend + dockerfile including sync extension
Includes a directus backend in the docker-compose file and the extension
`directus-sync` to allow the persisting of the directus configuration.
2025-03-10 16:37:09 +01:00

6 lines
100 B
JSON

{
"name": "directus-extensions",
"dependencies": {
"directus-extension-sync": "^3.0.2"
}
}