add consul healthceck back and change db container name

This commit is contained in:
Ayden Jahola 2024-10-21 12:35:14 +01:00
parent 16a7dd42aa
commit 568530fa64
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

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