DevOps
Docker multiple postgres databases
In development I like to use containerized databases. Recently I’ve been working on a micro service project that uses Postgres as a datasource. Each service has it’s own independent datasource. Running independent postgresql docker per service is resource consuming, so hack is to use a single postgres docker with multiple Read more…