Skip to content

thomasmarr/bustimes

Repository files navigation

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