|
||
---|---|---|
.. | ||
.env | ||
.gitignore | ||
docker-compose.yml | ||
README.md | ||
traefik.toml | ||
traefik_dynamic.toml | ||
traefik_dynamic_local.toml |
Traefik
Traefik is a proxy / API Gateway.
Setup
inv traefik.start
will start the service.
When initializing for the first time, you should first touch acme.json
and chmod 600 acme.json
to ensure that the
certificate can be created and accessed by Traefik properly.
Adding services
Adding services is done via Docker Compose labels. Any service with the traefik.enable
label will be picked up by the
gateway.