An open API service indexing awesome lists of open source software.

https://github.com/ealcantara22/postgres

A postgres instance fast and easy with docker.
https://github.com/ealcantara22/postgres

docker docker-compose postgres

Last synced: about 2 months ago
JSON representation

A postgres instance fast and easy with docker.

Awesome Lists containing this project

README

          

## Postgres-Docker

### Description
A postgres instance fast and easy with docker.

### Instruction

- Copy the `.env.sample` to `.env` and replace the values.

```bash
cp .env.sample .env
```

- start the container.
```bash
docker-compose up -d
```