From 78469cf6dda525bae1eb87421d6d5d8f26b6c28e Mon Sep 17 00:00:00 2001 From: Mike Bennett <93522067+digitaldogsbody@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:08:51 +0100 Subject: [PATCH] Delete group.nomad - as per Rob in Slack (temporary?) --- group.nomad | 422 ---------------------------------------------------- 1 file changed, 422 deletions(-) delete mode 100644 group.nomad diff --git a/group.nomad b/group.nomad deleted file mode 100644 index 41cf78d..0000000 --- a/group.nomad +++ /dev/null @@ -1,422 +0,0 @@ -task "cantaloupe" { - driver = "docker" - - lifecycle { - hook = "prestart" - sidecar = true - } - - config { - image = "uclalibrary/cantaloupe:5.0.5-7" - ports = [ "cantaloupe" ] - mount { - type = "bind" - target = "/etc/cantaloupe/cantaloupe.properties" - source = "local/cantaloupe.properties" - readonly = true - bind_options { - propagation = "rshared" - } - } - } - - template { -data = <