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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
jellyseerr.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:5055"; }
|
||||
];
|
||||
microbin.loadBalancer.servers = [
|
||||
{ url = "http://192.168.1.102:8181"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue