KengoTODA / brownie

A distributed video converter
6 stars 0 forks source link

Stop `--link consul` #2

Closed KengoTODA closed 8 years ago

KengoTODA commented 8 years ago

--link is useful but it is not good for scaling; Docker Compose will deploy all linked nodes onto the same host.

Big problem is that, we use consul as DNS so almost all servers need to know where consul is.

KengoTODA commented 8 years ago

currently our docker-compose.yml does not use this option.