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.
d65f20aa9de3246cacad586d3f7b47422bdef70c
traefik
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:
Test application:
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.
- For a manual deploy guide, see this documentation.
Description
Open source edge router that makes publishing your services a fun and easy experience