Add Wavelog onto Traefik
This commit is contained in:
parent
ede2d7a3a3
commit
d536b55061
3 changed files with 44 additions and 27 deletions
|
|
@ -90,6 +90,13 @@
|
|||
entryPoints = ["websecure"];
|
||||
tls = {};
|
||||
};
|
||||
|
||||
wavelog = {
|
||||
rule = "Host(`wavelog.prg-radio.org`)";
|
||||
service = "wavelog";
|
||||
entryPoints = ["websecure"];
|
||||
tls = {};
|
||||
};
|
||||
};
|
||||
http.services = {
|
||||
forgejo.loadBalancer = {
|
||||
|
|
@ -97,6 +104,11 @@
|
|||
{url = "http://10.1.1.4:3000";}
|
||||
];
|
||||
};
|
||||
wavelog.loadBalancer = {
|
||||
servers = [
|
||||
{url = "http://10.1.1.249:8086";}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue