add consul healthceck back and change db container name
This commit is contained in:
parent
16a7dd42aa
commit
568530fa64
1 changed files with 7 additions and 7 deletions
|
@ -21,12 +21,12 @@ job "dcusr-listmonk" {
|
||||||
name = "listmonk"
|
name = "listmonk"
|
||||||
port = "http"
|
port = "http"
|
||||||
|
|
||||||
#check {
|
check {
|
||||||
# type = "http"
|
type = "http"
|
||||||
# path = "/"
|
path = "/"
|
||||||
# interval = "10s"
|
interval = "10s"
|
||||||
# timeout = "2s"
|
timeout = "2s"
|
||||||
#}
|
}
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
|
@ -83,7 +83,7 @@ EOH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task "dcusr-listmonk-db" {
|
task "listmonk-db" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
|
|
Loading…
Reference in a new issue