From efce0914427f43923578f3b94eafb1a74cf498eb Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 22 Jul 2021 17:35:55 -0400 Subject: [PATCH] Add instructions for PGAdmin --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e86817b..3e9523f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ After changes to the app's Dockerfile, rebuild with docker compose build ``` +## Using PGAdmin + +1. Go to [localhost:5050](localhost:5050) + +2. Login with the PGAdmin username and password in `.env` + +3. Add a new engine for mev_inspect with + - host: db + - user / password: see `.env` + ## Contributing Contributing requires installing the pre-commit hooks