Open source edge router that makes publishing your services a fun and easy experience
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.
Go to file
Luke Murphy 3c1e5ab458
Move key up
2020-05-01 17:24:28 +02:00
configs/prod Use versioning through name not file 2020-04-30 15:26:01 +02:00
.drone.yml Add depends on 2020-04-30 15:07:05 +02:00
.envrc.sample Add envrc file 2020-04-25 12:10:30 +02:00
LICENSE Add LICENSE 2020-04-25 11:14:00 +02:00
README.md Don't forget to clone 2020-04-30 20:31:08 +02:00
docker-compose.ci.yml Add CI config and adapt other configs 2020-04-30 14:24:29 +02:00
docker-compose.override.yml Add CI config and adapt other configs 2020-04-30 14:24:29 +02:00
docker-compose.production.yml Move key up 2020-05-01 17:24:28 +02:00
docker-compose.yml Add CI config and adapt other configs 2020-04-30 14:24:29 +02:00

README.md

traefik

Build Status

https://docs.traefik.io/

https://traefik.swarm.autonomic.zone

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/traefik && cd traefik
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -U pip setuptools docker-compose
$ 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

  1. Our drone.autonomic.zone configuration automatically deploys.
  2. For a manual deploy guide, see this documentation.