Skip to content

Directus deployment on kubernetes from docker-compose and custom Dockerfile

Notifications You must be signed in to change notification settings

platformparis/directus-k8s

Repository files navigation

Directus deployment on kubernetes from docker-compose.yml and custom Dockerfile

The docker directus image is customized with the spatialite extension and a patch fixing this issue: directus/directus#17002

Custom directus docker image name: ghcr.io/noops-land/directus-k8s:latest

Local development on macOS

npm install
npm start

Local development with docker compose

docker-compose up --build

Docker image building from github action

On every commit on the main branch of this git repo, the workflow in ./.github/workflows is executed.

This github action updates the docker image in: /pkgs/container/directus-k8s

Installation on kubernetes

npm run install-k8s

Deployment on kubernetes

npm run deploy-k8s