Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 243 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 243 Bytes

flask-postgres-base

Minimal flask-app with a postgreSQL database.

1. Prerequisites

  • Docker

2. Build and Run

Set environment variables in env_file, then:

$ docker-compose up -d

3. Stop and Teardown

$ docker-compose down