mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10:05 +00:00
🐛 Fix traefik config options for atticd
This commit is contained in:
parent
4cf6a65764
commit
79cb2e9354
1 changed files with 3 additions and 2 deletions
|
@ -43,9 +43,10 @@ in {
|
|||
|
||||
services.traefik.dynamicConfigOptions = {
|
||||
http = {
|
||||
services.atticd.loadBalancer.server.url = "http://localhost:3900";
|
||||
services.atticd.loadBalancer.servers = [ { url = "http://localhost:3900"; } ];
|
||||
routers.atticd = {
|
||||
entrypoints = ["websecure"];
|
||||
entryPoints = ["websecure"];
|
||||
service = "atticd";
|
||||
rule = "Host(`${cfg.subdomain}.${config.${namespace}.services.domain}`)";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue