This repository is a sample code to run an application written in golang with docker-compose.
.
├── Dockerfile
├── README.md
├── cmd
│ └── main.go
├── docker-compose.yml
└── entity
└── sample_entity.go
docker-compose build
docker-compose up -d
curl "http://localhost:5000"