tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
12 stars 28 forks source link

Expose Postgres ports in development. #515

Closed jonespm closed 5 months ago

jonespm commented 5 months ago

I'm always making a change to docker-compose.yaml to expose the postgres ports to be able to connect to the running container with a GUI. We should just add that as a default.

It's probably fine just using the default.

5432:5432