From 74685601b2f59b29f635cd7e94af58b7d1b26be4 Mon Sep 17 00:00:00 2001 From: Henrik Jess Date: Fri, 20 Dec 2024 10:44:33 +0100 Subject: [PATCH] Lets restore --- .gitea/workflows/nomad-job.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/nomad-job.hcl b/.gitea/workflows/nomad-job.hcl index ffc3b45..e37f6c1 100644 --- a/.gitea/workflows/nomad-job.hcl +++ b/.gitea/workflows/nomad-job.hcl @@ -14,7 +14,7 @@ job "lifefaq" { network { port "port-app" { - to = 0 # Internal application port + to = 9210 # Internal application port } } @@ -47,7 +47,8 @@ job "lifefaq" { } env { - APP_ENV = "production" PORT = "${NOMAD_PORT_port-app}" + APP_ENV = "production" + PORT = "${NOMAD_PORT_port-app}" } resources {