orginux / postgres-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL Docker Compose

Simple docker-compose file to run a PostgreSQL database.

Usage

- `make up` to start the database;
- `make down` to stop the database;
- `make psql` to connect to the database using `psql`;

About


Languages

Language:Makefile 100.0%