Osedea / nodock

Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
http://nodock.io
MIT License
762 stars 189 forks source link

Add support for PostgreSQL #94

Closed brianfajardo closed 6 years ago

brianfajardo commented 6 years ago

43 Hey guys, I added support for PostgreSQL. Note this is only for PostgreSQL! And since it's been asked for, I'm going to be looking into adding support for PostGIS. 🤙

philtrep commented 6 years ago

@brianfajardo Thanks for the PR!

One small thing missing, please document how to change the credentials for the Postgres service just like we have it for the MySQL service. https://github.com/Osedea/nodock#change-the-mysql-databaseuserpassword

brianfajardo commented 6 years ago

@philtrep Readme has been updated to show users how they can change the credentials to their liking!

philtrep commented 6 years ago

@brianfajardo Fantastic! Thanks a bunch