954 B
954 B
traefik
Development
$ git clone https://git.autonomic.zone/autonomic-cooperative/traefik && cd traefik
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ 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.