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"
|
||||
port = "http"
|
||||
|
||||
#check {
|
||||
# type = "http"
|
||||
# path = "/"
|
||||
# interval = "10s"
|
||||
# timeout = "2s"
|
||||
#}
|
||||
check {
|
||||
type = "http"
|
||||
path = "/"
|
||||
interval = "10s"
|
||||
timeout = "2s"
|
||||
}
|
||||
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
|
@ -83,7 +83,7 @@ EOH
|
|||
}
|
||||
}
|
||||
|
||||
task "dcusr-listmonk-db" {
|
||||
task "listmonk-db" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
|
|
Loading…
Reference in a new issue