8000 GitHub - alejanderl/docker-compose-example: Example of docker compose with a make file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alejanderl/docker-compose-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose example for ruby

Docker-compose in dev environment simplify the environment configuration and guarantees the uniformity of them for all devs working with the application.

Makefile provides a simple approach to share common commands in our dev environment for daily task, from opening our app console to running migrations

Basic Usage

Write make consolein your favourite shell terminal to get a ruby interactive terminal.

For this example only redis is available so in the irb console redis.set "foo", "bar"will write a key in the redis instance.

About

Example of docker compose with a make file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0