Skip to content

m-nakamura145/golang-docker-compose-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-docker-compose-sample

This repository is a sample code to run an application written in golang with docker-compose.

contents of directories

.
├── Dockerfile
├── README.md
├── cmd
│   └── main.go
├── docker-compose.yml
└── entity
    └── sample_entity.go

Quick Start

docker-compose build
docker-compose up -d
curl "http://localhost:5000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages