fix: update jobs

This commit is contained in:
Nathaniel Landau
2023-12-23 14:11:48 -05:00
parent 846fb2bc31
commit 394b34a5d1
11 changed files with 366 additions and 358 deletions

View File

@@ -278,7 +278,7 @@ job "reverse-proxy" {
driver = "docker"
config {
image = "traefik:{{ traefik_version }}"
image = "traefik:v{{ traefik_version }}"
hostname = "traefik"
ports = ["dashboard", "web", "websecure","externalwebsecure"]
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/traefik/acme:/acme" ]