Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 230 Bytes

Docker Scripts

Quick Start

First install Docker and Docker Compose.

Run Postgres services:

docker-compose -f postgres.yml up -d

Bring down Postgres services:

docker-compose -f postgres.yml down