This commit is contained in:
@@ -16,7 +16,7 @@ job "homer" {
|
|||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"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"
|
volume = "homer-assets"
|
||||||
destination = "/www/assets"
|
destination = "/www/assets"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resources {
|
||||||
|
cpu = 10
|
||||||
|
memory = 32
|
||||||
|
}
|
||||||
}
|
}
|
||||||
resources {
|
|
||||||
cpu = 10
|
|
||||||
memory = 32
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user