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.

8 lines
443 B
Markdown

# 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](https://blog.imfiny.com/docker-to-handle-dependencies/).