-
Notifications
You must be signed in to change notification settings - Fork 13
update traefik #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
update traefik #62
Conversation
Yes, will need quite some rework. Not only under the A Traefik v3
Some shell vars are set in local env files. The idea is that one can run the entire stack on a local system with just Docker installed. But then one needs other HTTP ports and no SSL-certificates. A typical service
The remaining files are options and middlewares defined in .yml files under tls.yml for TLS options:
See https://www.djpic.net/articles/traefik-v2-secure-tls-and-header-configuration-with-docker-provider/ why TLS options needed. middlewares.yml for Traefik Middleware defs, secure headers, options:
In an
And the
And
|
Updates Traefik setup (NOTE: first pass, needs testing).