An open API service indexing awesome lists of open source software.

https://github.com/dazz/try-traefik-blue-green

Try Blue/Green Deployments with Traefik
https://github.com/dazz/try-traefik-blue-green

Last synced: 5 months ago
JSON representation

Try Blue/Green Deployments with Traefik

Awesome Lists containing this project

README

          

# Try Blue/Green deployments with Traefik

Run
```shell
docker compose up -d
```

Open in your browser: http://docker.localhost/

You should be redirected to https://docker.localhost/ (you will probably need to accept the self issued certificate).

Open `./dynamic/dynamic.yml` and edit line 6

From `service: blue@file` to `service: green@file`

Refresh the browser and see the green service is routed to.

Voila, blue-green deployments!