Skip to content

Directus with Redis cache and Postgres database. Everything as Docker Compose. For ARM64 and M1/ M2 CPUs use image: postgres:13

Notifications You must be signed in to change notification settings

FL0R1AN84/directus-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

directus

directus

with PostGIS and Redis


Make sure to change sensitive values (KEY, SECRET, ...) in production 🧐

Build and run your app with Compose

docker compose up -d

and shut down

docker compose down

Update your admin user password:

npx directus users passwd --email user-email --password new-password

Import snapshot at startup

When the container is started, the data is automatically imported from snapshot.yaml

Create snapshot.yaml:

npx directus schema snapshot ./snapshot.yaml

Directus CLI-Documentation:

https://docs.directus.io/self-hosted/cli.html

About

Directus with Redis cache and Postgres database. Everything as Docker Compose. For ARM64 and M1/ M2 CPUs use image: postgres:13

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published