From 8b33e2b0a26b606635be8608c4e4e769348b0719 Mon Sep 17 00:00:00 2001 From: leath-dub Date: Thu, 5 Oct 2023 18:41:27 +0100 Subject: [PATCH] changed image and mapped ports to 3000 --- jobs/nginx/anime-manga-soc.hcl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jobs/nginx/anime-manga-soc.hcl b/jobs/nginx/anime-manga-soc.hcl index bc5c6bc..8340bf7 100644 --- a/jobs/nginx/anime-manga-soc.hcl +++ b/jobs/nginx/anime-manga-soc.hcl @@ -8,11 +8,13 @@ job "nginx-ams" { network { port "http" { - to = "80" + static = 80 + to = 3000 } port "https" { - to = "443" + static = 443 + to = 3000 } } @@ -37,7 +39,7 @@ job "nginx-ams" { driver = "docker" config { - image = "ghcr.io/dcuams/amikon-website" + image = "ghcr.io/dcuams/amikon-website-v2" ports = ["http", "https"] } }