https://github.com/guiqft/directus-psql-docker-example
This repos contains the Dockerfile configuration to use PSQL commands inside a Docker container running Directus image.
https://github.com/guiqft/directus-psql-docker-example
directus docker docker-postgresql postgresql
Last synced: 7 months ago
JSON representation
This repos contains the Dockerfile configuration to use PSQL commands inside a Docker container running Directus image.
- Host: GitHub
- URL: https://github.com/guiqft/directus-psql-docker-example
- Owner: Guiqft
- Created: 2022-09-30T19:09:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T19:44:46.000Z (over 3 years ago)
- Last Synced: 2025-07-15T12:41:45.429Z (7 months ago)
- Topics: directus, docker, docker-postgresql, postgresql
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directus PSQL Docker Example
This repos contains the Dockerfile configuration to use PSQL commands inside a Docker container running [Directus image](https://hub.docker.com/r/directus/directus).
> 💡 Tip: Make sure to properly config the `build` property of Directus service on `docker-compose.yml`, so Docker can read the Dockerfile and build the custom Directus image.
## Running
First, make sure to build the image from Dockerfile:
```bash
docker compose build
```
Now just run the stack with Docker Compose:
```bash
docker compose up
```