Add instructions for PGAdmin

This commit is contained in:
Luke Van Seters 2021-07-22 17:35:55 -04:00
parent 76f89981d4
commit efce091442

View File

@ -52,6 +52,16 @@ After changes to the app's Dockerfile, rebuild with
docker compose build 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
Contributing requires installing the pre-commit hooks Contributing requires installing the pre-commit hooks