How to run and customize PostgreSQL with Docker and Docker Compose.

Опубликовано: 23 Июль 2026
на канале: Domine AWS com Henrylle Maia
9,480
442

Recently, while working on an Amazon Aurora project for a client, I encountered the need for a PostgreSQL environment that would allow me to easily customize it for successive tests.

Unfortunately, I didn't find anything very straightforward to do using docker-compose. After much reflection and continuous use of this environment, and seeing its importance in the toolbox of a good cloud and DevOps professional, I decided to create this video and share it with you here on the channel.

In the demonstration, I also show how to adjust the configuration I used, shared_buffers. You may not even know what it's for today, but when you discover and understand it, you'll WANT to have the environment from this video on hand for your tests.

Link to the project on GitHub: https://github.com/henrylle/pg-docker...