This repos contains the Dockerfile configuration to use PSQL commands inside a Docker container running Directus image.
💡 Tip: Make sure to properly config the
build
property of Directus service ondocker-compose.yml
, so Docker can read the Dockerfile and build the custom Directus image.
First, make sure to build the image from Dockerfile:
docker compose build
Now just run the stack with Docker Compose:
docker compose up