Compose-Examples/examples/traefik
L4RM4ND c37f78182c add authelia 2023-03-02 00:37:37 +01:00
..
README.md Update README.md 2023-02-26 04:25:46 +01:00
docker-compose.yml
fileConfig.yml add authelia 2023-03-02 00:37:37 +01:00
logrotate_example.txt
traefik.yml

README.md

References

Notes

  1. Put the provided traefik.yml (static) and fileConfig.yml (dynamic) configuration files to your volume bind mount (here /mnt/docker-volumes/traefik).
  2. Add your Cloudflare API token as environment variable to the docker-compose.yml file and define your Cloudflare email address in the traefik.yml file.
  3. Adjust the static and dynamic configuration files to your needs. Especially replace the example.com strings with your domain name.

Optionally configure logrotation on your Docker host server if you've enabled Traefik access logs. See logrotate_example.txt as example.