This is a:
Enhancement
Description
Docker database volume should persist after running docker-compose down such that next time I run docker-compose up, I still have the data that was previously in the database.
Implementation
Change docker-compose.yml to setup a volume for Postgres data.