-
-
Notifications
You must be signed in to change notification settings - Fork 39
docker: add traefik support #662
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: docker-rebase
Are you sure you want to change the base?
Conversation
4811b1e to
27e7f54
Compare
- Adds configuration parameters (`change_kernel_settings`, `fs_inotify_max_user_instances_and_watchers`)
27e7f54 to
2c344d7
Compare
9735798 to
8ccf4a7
Compare
8ccf4a7 to
5e4f9de
Compare
|
why traefik and not any other alternative to acme? |
d12782f to
8541139
Compare
|
@hpk42 In other alternatives (except for Kubernetes Ingress), this is much less convenient and native. |
|
@Keonik1 Also, supporting Traefik opens up k3s as a supported platform which looks like a great choice (and a popular one) for hosting a small project and self-hosting in general. |
I pulled out traefik support from #614 so we can think about it individually, and merge normal docker support first.