diff --git a/jobs/socs/mps-site.hcl b/jobs/socs/mps-site.hcl index 5dc4939..458a98b 100644 --- a/jobs/socs/mps-site.hcl +++ b/jobs/socs/mps-site.hcl @@ -46,9 +46,6 @@ job "mps-site" { username = "${DOCKER_USER}" password = "${DOCKER_PASS}" } - volumes = [ - "local/hosts:/etc/hosts", - ] } template { @@ -60,23 +57,6 @@ EOH env = true } - template { - data = <