An article and example of how to use docker and docker-compose for multiple services and dependencies.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
thomas 84125b6972 Update 'README.md' 3 years ago
backend adding the isbn_search client 3 years ago
isbn-search add dockerfile for isbn search 3 years ago
.gitignore move all backend files to subfoler 3 years ago
.ruby-version initial commit : backend 3 years ago
README.md Update 'README.md' 3 years ago

README.md

README

This repository is showing an example of how to handle service dependencies with Docker and docker-compose.

The stacks of the services used as example is Ruby, RubyOnRails and Sinatra but the main idea is about the docker-compose.yml and Dockerfile files so you should be able to figure an equivalent for any other stack.

The article has been moved to Imfiny's blog.