building now
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-11-15 13:15:03 +01:00
parent 2b40994337
commit 3f60057408

View File

@@ -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
}
}
}