From 163472bed90d2514e38ca9e3659fa3afe06a9f2e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 2 Mar 2020 07:52:54 +0100 Subject: webpull --- nomad/web_static.hcl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'nomad/web_static.hcl') diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl index 8e0042b..5a3b80f 100644 --- a/nomad/web_static.hcl +++ b/nomad/web_static.hcl @@ -11,14 +11,23 @@ job "web_static" { task "server" { driver = "docker" config { - image = "superboum/amd64_landing:v8" + image = "superboum/amd64_webpull_pug:v4" port_map { - web_port = 8043 + web_port = 8080 } } + template { + data = <