From c2d3ec3c2ab124158e039fddfd22d35c704afd9f Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sat, 11 May 2024 21:25:49 +0200 Subject: Replace nginx with traefik --- "jobs/h\303\266vd.ing/h\303\266vd.ing.nomad.hcl" | 62 -------------------- "jobs/h\303\266vd.ing/index.html" | 72 ------------------------ 2 files changed, 134 deletions(-) delete mode 100644 "jobs/h\303\266vd.ing/h\303\266vd.ing.nomad.hcl" delete mode 100644 "jobs/h\303\266vd.ing/index.html" (limited to 'jobs/hövd.ing') diff --git "a/jobs/h\303\266vd.ing/h\303\266vd.ing.nomad.hcl" "b/jobs/h\303\266vd.ing/h\303\266vd.ing.nomad.hcl" deleted file mode 100644 index dd06924..0000000 --- "a/jobs/h\303\266vd.ing/h\303\266vd.ing.nomad.hcl" +++ /dev/null @@ -1,62 +0,0 @@ -job "hövd.ing" { - group "web" { - count = 1 - - network { - port "http" { - to = 80 - } - } - - service { - name = "hovding" - port = "http" - provider = "nomad" - - tags = [ - "nginx.hostname=.xn--hvd-sna.ing", - "nginx.certname=xn--hvd-sna.ing", - ] - } - - task "web" { - driver = "docker" - - resources { - cpu = 50 - memory = 20 - } - - config { - image = "nginx:1.25-alpine" - ports = ["http"] - - volumes = [ - "local/config:/etc/nginx/conf.d", - "local/html:/var/www/html", - ] - } - - template { - data = < - - - - Hövding - - - -

Se på fan, en Hövding!

- - - - - -- cgit v1.2.3