diff --git a/apps/homer/live.hcl b/apps/homer/live.hcl index 49e82d6..f0f59bd 100644 --- a/apps/homer/live.hcl +++ b/apps/homer/live.hcl @@ -16,7 +16,7 @@ job "homer" { tags = [ "traefik.enable=true", - "traefik.http.routers.http.rule=Host(`homer.service.nr5`)", + "traefik.http.routers.homer.rule=Host(`homer.service.nr5`)", ] } @@ -41,10 +41,11 @@ job "homer" { volume = "homer-assets" destination = "/www/assets" } + + resources { + cpu = 10 + memory = 32 + } } - resources { - cpu = 10 - memory = 32 - } } }