diff --git a/services/farmos.hcl b/services/farmos.hcl index 05e77f9..98c6429 100644 --- a/services/farmos.hcl +++ b/services/farmos.hcl @@ -14,7 +14,10 @@ job "farmos" { config { image = "farmos/farmos:2.1.2" ports = ["http"] - volumes = [ "/data/compute/appdata/farmos:/opt/drupal/web/sites" ] + volumes = [ + "/data/compute/appdata/farmos:/opt/drupal/web/sites", + "/data/compute/appdata/farmos/custom-modules:/opt/drupal/web/modules/custom", + ] } service { @@ -23,7 +26,7 @@ job "farmos" { check { type = "http" port = "http" - path = "/" + path = "/health" interval = "30s" timeout = "2s" }