8000 GitHub - jcyamacho/docker-infra: docker compose for local development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jcyamacho/docker-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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
0