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 {