🔧 traefik settings
This commit is contained in:
parent
fe5e3da48d
commit
e8fe20ffcb
@ -109,7 +109,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
group = "docker";
|
group = "docker";
|
||||||
staticConfigOptions = {
|
staticConfigOptions = {
|
||||||
api = { };
|
api = {
|
||||||
|
dashboard = true;
|
||||||
|
insecure = true;
|
||||||
|
};
|
||||||
certificatesResolvers = {
|
certificatesResolvers = {
|
||||||
myresolver = {
|
myresolver = {
|
||||||
acme = {
|
acme = {
|
||||||
@ -124,11 +127,17 @@
|
|||||||
entryPoints = {
|
entryPoints = {
|
||||||
web = {
|
web = {
|
||||||
address = ":80";
|
address = ":80";
|
||||||
|
http = {
|
||||||
|
redirections = {
|
||||||
|
entryPoint = {
|
||||||
|
to = "websecure";
|
||||||
|
scheme = "https";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
websecure = {
|
websecure = {
|
||||||
address = ":443";
|
address = ":443";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
providers = {
|
providers = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user