so-postgres-compose
This repository contains code and config files for my answer to the question Cannot connect to db host within docker containers from api-service to db-service in order to do migration using goose in golang
Prequisites
- docker/Docker Desktop
- docker-compose
Usage
git clone https://github.com/mwmahlberg/so-postgres-compose.git
cd so-postgres-compose
docker-compose build
docker-compose up -dThen, you can open http://localhost:8081