Skip to content

jcyamacho/docker-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker infra

docker compose for local development

Usage

Makefile is used to simplify the usage of docker-compose.

make [name]

is the equivalent of:

cd [name] && docker-compose up