fix paths

This commit is contained in:
41666 2023-05-30 18:37:56 -04:00
parent 7ef2fe757c
commit 1b1b9da9b4
3 changed files with 32 additions and 4 deletions

View file

@ -0,0 +1,27 @@
job "agg-population" {
type = "service"
update {
max_parallel = 1
stagger = "10s"
}
group "api" {
count = 1
network {
port "http" {
static = 3000
}
}
task "api" {
driver = "docker"
config {
image = "ghcr.io/genudine/agg-population/agg-population:7ef2fe757cec4da36fa9462a09403bbf022f77fa"
ports = ["http"]
}
}
}
}