-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pgadmin container in docker-compose. #37
Add pgadmin container in docker-compose. #37
Conversation
2df890b
to
c38fd7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one suggestion/request.
developer/docker-compose.yml
Outdated
@@ -3,8 +3,6 @@ services: | |||
container_name: postgres | |||
image: postgres:15.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as we're updating this file, can you update this to 15.7 ? (I think that's the latest minor release in Postgres 15).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
* Add pgadmin container in docker-compose. * update postgres
* Add pgadmin container in docker-compose. * update postgres
closes #42
A pgadmin container will allow quick and convenient lookup to the development database 😊