waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
12 stars 16 forks source link

chore: pgadmin addon to administer docker store DB #90

Closed NagyZoltanPeter closed 3 months ago

NagyZoltanPeter commented 3 months ago

Added a new service to regular compose:

pgadmin: will help administer composed postgres DB from a regular browser.

if starting up as: docker compose --profile dbadmin up -d

Note: pgadmin image starts only with dbadmin profile, otherwise will not.

User can navigate to http://localhost:15432 and can access admin interface to the composed DB. Credentials are embedded into the docker-compose descriptor.