MCR-Digital / apprentice-boot-camp-databases

https://mcr-digital.github.io/apprentice-boot-camp-databases/public/slides/slide_000/
0 stars 8 forks source link

Add pgadmin4 service #13

Closed mrmanc closed 3 years ago

mrmanc commented 3 years ago

Exposes pgadmin4 on port 5050. This is running in desktop mode, so that pgadmin4 login credentials are not required. I believe this is okay, because it will only be available from the local host. It should not be run in desktop mode when it is deployed to a web server.

See Container Deployment docs

pgadmin4 is configured with the server connection, but I’ve not been successful supplying the password, so this must be entered manually. See database.env for the password.