docker-archive / dockercloud-haproxy

HAproxy image that autoreconfigures itself when used in Docker Cloud
https://cloud.docker.com/
651 stars 187 forks source link

Add support for new Compose naming scheme #247

Open IngmarStein opened 5 years ago

IngmarStein commented 5 years ago

Compose 1.23.0 adds a random slug to the container names. This PR detects com.docker.compose.slug to determine if a slug needs to be removed from a container name to derive the service name and updates some dependencies.

orenbenmeir commented 5 years ago

👍

quatrix commented 5 years ago

👍