Add partdb service configuration to Traefik
This commit is contained in:
parent
5696ca0f7c
commit
9db947284f
1 changed files with 14 additions and 0 deletions
|
|
@ -97,6 +97,13 @@
|
|||
entryPoints = ["websecure"];
|
||||
tls = {};
|
||||
};
|
||||
|
||||
partdb = {
|
||||
rule = "Host(`partdb.prg-radio.org`)";
|
||||
service = "partdb";
|
||||
entryPoints = ["websecure"];
|
||||
tls = {};
|
||||
};
|
||||
};
|
||||
http.services = {
|
||||
forgejo.loadBalancer = {
|
||||
|
|
@ -104,11 +111,18 @@
|
|||
{url = "http://10.1.1.4:3000";}
|
||||
];
|
||||
};
|
||||
|
||||
wavelog.loadBalancer = {
|
||||
servers = [
|
||||
{url = "http://10.1.1.249:8086";}
|
||||
];
|
||||
};
|
||||
|
||||
partdb.loadBalancer = {
|
||||
servers = [
|
||||
{url = "http://10.1.1.249:8087";}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue