Use a static port for HTTP.

This commit is contained in:
2023-08-16 15:36:41 +01:00
parent 35ac7c7ad6
commit 162bf26324

View File

@@ -4,7 +4,8 @@ job "authentik" {
group "auth" { group "auth" {
network { network {
port "http" { port "http" {
to = 9000 # traefik forwardAuth hardcodes this port
static = 9000
} }
port "https" { port "https" {
to = 9443 to = 9443