generated from hjess/PythonTemplateProject
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 38s
16 lines
241 B
HCL
16 lines
241 B
HCL
job "lifefaq-blue" {
|
|
group "app" {
|
|
task "lifefaq" {
|
|
driver = "docker"
|
|
|
|
config {
|
|
image = "registry.i80.dk/gitea/lifefaq:latest"
|
|
}
|
|
|
|
resources {
|
|
cpu = 500
|
|
memory = 256
|
|
}
|
|
}
|
|
}
|
|
} |