Skip to content

Commit

Permalink
Update traefik config
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Jul 8, 2024
1 parent ced003d commit cf3b862
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions job.nomad.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ job "bawang" {
port = "http"
provider = "nomad"
tags = [
"traefik-external.enable=true",
"traefik-external.http.routers.bawang.rule=Host(`datasektionen.se`)||Host(`www.datasektionen.se`)",
"traefik-external.http.routers.bawang.entrypoints=websecure",
"traefik-external.http.routers.bawang.tls.certresolver=default",
"traefik.enable=true",
"traefik.http.routers.bawang.rule=Host(`datasektionen.se`)||Host(`www.datasektionen.se`)",
"traefik.http.routers.bawang.tls.certresolver=default",
]
}

Expand Down

0 comments on commit cf3b862

Please sign in to comment.