This commit is contained in:
emile 2015-09-14 11:41:50 +02:00
parent 2543f6a736
commit 4416190bb8
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
![Træfɪk](docs/img/traefik.logo.png "Træfɪk")
[![Circle CI](https://circleci.com/gh/EmileVauge/traefik.svg?style=svg)](https://circleci.com/gh/EmileVauge/traefik)
Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease.
It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, file...) to manage its configuration automatically and dynamically (hot-reload).

View file

@ -20,4 +20,3 @@ deployment:
- docker push ${REPO,,}:latest
- docker tag ${REPO,,}:latest ${REPO,,}:$CIRCLE_SHA1
- docker push ${REPO,,}:$CIRCLE_SHA1
- docker -H tcp://$HOST_DEPLOY:5000 run -d -p 80:80 ${REPO,,}