improve security
This commit is contained in:
@@ -91,7 +91,8 @@
|
||||
"traefik.http.routers.${name}.tls.certResolver" = "cloudflare";
|
||||
|
||||
#"traefik.http.services.${name}.loadbalancer.server.url" = "http://192.168.101.1:${builtins.toString hostPort}";
|
||||
"traefik.http.services.${name}.loadbalancer.server.port" = "${builtins.toString hostPort}";
|
||||
"traefik.http.services.${name}.loadbalancer.server.url" = "http://192.168.101.6:9000";
|
||||
#"traefik.http.services.${name}.loadbalancer.server.port" = "${builtins.toString hostPort}";
|
||||
|
||||
|
||||
"traefik.http.middlewares.authentik.forwardauth.address" = "https://auth.esotericbytes.com/outpost.goauthentik.io/auth/traefik";
|
||||
@@ -117,7 +118,7 @@
|
||||
"--network-alias=authentik-server"
|
||||
"--network-alias=${name}"
|
||||
"--ip=192.168.101.6"
|
||||
"--expose=9000"
|
||||
#"--expose=9000"
|
||||
];
|
||||
networks = [
|
||||
"docker-main"
|
||||
|
||||
Reference in New Issue
Block a user