setup microbin
This commit is contained in:
parent
b40f61c25b
commit
65fd1c26f3
5 changed files with 44 additions and 0 deletions
|
@ -122,6 +122,17 @@
|
|||
];
|
||||
service = "jellyseerr";
|
||||
};
|
||||
|
||||
microbin = {
|
||||
rule = "Host(`bin.kanto.dev`)";
|
||||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
middlewares = [
|
||||
"internal"
|
||||
];
|
||||
service = "microbin";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue