Skip to content
Discussion options

You must be logged in to vote

It was v easy in the end:

  1. Start from Easypanel Directus template
  2. Change deploy source to github
  3. Add your extensions folder to repo
  4. Add Dockerfile to repo
FROM directus/directus:latest
COPY extensions /directus/extensions 
  1. Unmount the extensions volume on the service

This will bundle your local extensions folder into a new image and deploy it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by deiucanta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant