This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-30 12:21:28 +02:00
2020-04-30 11:50:59 +02:00
2020-04-28 14:58:31 +02:00
2020-04-25 12:10:30 +02:00
2020-04-30 12:17:12 +02:00
2020-04-25 11:14:00 +02:00
2020-04-28 14:46:09 +02:00
2020-04-30 12:21:28 +02:00

traefik

Build Status

https://docs.traefik.io/

https://traefik.swarm.autonomic.zone

Local

$ docker-compose up

Traefik dashboard:

http://traefik.localhost

Test application:

http://whoami.localhost

Also available via (testing routing of proxy):

$ curl -H Host:whoami.localhost http://127.0.0.1

Production

Our drone.autonomic.zone configuration automatically deploys.

Otherwise, you can need to follow 3 steps.

  1. Create the remote docker context locally
$ cp .envrc.sample .envrc
$ direnv allow  # ensure password store works
$ make config
$ make context
$ docker context use swarm.autonomic.zone
  1. Deploy the application to the remote docker context.
$ docker stack deploy \
  --compose-file docker-compose.yml \
  -c docker-compose.production.yml \
  traefik
  1. Switch back to your local context.
$ docker context use default
Description
Open source edge router that makes publishing your services a fun and easy experience
Readme 169 KiB