lots of stuff
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
cf1df09a9e
commit
58f06d6729
55 changed files with 2154 additions and 584 deletions
|
|
@ -6,7 +6,6 @@
|
|||
dynamicConfigOptions = {
|
||||
http = {
|
||||
routers = {
|
||||
|
||||
music = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`music.gwg313.xyz`)";
|
||||
|
|
@ -70,9 +69,39 @@
|
|||
middlewares = [ "headers" ];
|
||||
};
|
||||
|
||||
registry = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`registry.gwg313.xyz`)";
|
||||
service = "registry_local";
|
||||
tls.certResolver = "le";
|
||||
middlewares = [ "headers" ];
|
||||
};
|
||||
|
||||
ci = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`ci.gwg313.xyz`)";
|
||||
service = "ci_local";
|
||||
tls.certResolver = "le";
|
||||
middlewares = [ "headers" ];
|
||||
};
|
||||
|
||||
s3 = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`s3.gwg313.xyz`)";
|
||||
service = "s3_local";
|
||||
tls.certResolver = "le";
|
||||
middlewares = [ "headers" ];
|
||||
};
|
||||
|
||||
s3_console = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`s3-console.gwg313.xyz`)";
|
||||
service = "s3_console_local";
|
||||
tls.certResolver = "le";
|
||||
middlewares = [ "headers" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue