This repos contains the Dockerfile configuration to use PSQL commands inside a Docker container running Directus image.
💡 Tip: Make sure to properly config the
buildproperty 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 buildNow just run the stack with Docker Compose:
docker compose up