Compose-Examples/examples/traefik/README.md

15 lines
811 B
Markdown
Raw Normal View History

2023-02-23 00:02:20 +00:00
# References
2023-02-15 21:45:31 +00:00
- https://github.com/traefik/traefik
- https://blog.lrvt.de/nginx-proxy-manager-versus-traefik/
- https://blog.lrvt.de/configuring-fail2ban-with-traefik/
- https://github.com/l4rm4nd/F2BFilters
2023-02-24 21:55:33 +00:00
# Notes
2023-02-24 21:57:12 +00:00
1. Put the provided `traefik.yml` (static) and `fileConfig.yml` (dynamic) configuration files to your volume bind mount (here `/mnt/docker-volumes/traefik`).
2023-02-24 21:59:43 +00:00
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.
2023-02-24 21:57:12 +00:00
3. Adjust the static and dynamic configuration files to your needs. Especially replace the `example.com` strings with your domain name.
2023-02-24 21:55:33 +00:00
Optionally configure logrotation on your Docker host server if you've enabled Traefik access logs. See `logrotate_example.txt` as example.