Lets restore
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 38s

This commit is contained in:
Henrik Jess
2024-12-20 10:44:33 +01:00
parent 240ee1afbf
commit 74685601b2

View File

@@ -14,7 +14,7 @@ job "lifefaq" {
network { network {
port "port-app" { port "port-app" {
to = 0 # Internal application port to = 9210 # Internal application port
} }
} }
@@ -47,7 +47,8 @@ job "lifefaq" {
} }
env { env {
APP_ENV = "production" PORT = "${NOMAD_PORT_port-app}" APP_ENV = "production"
PORT = "${NOMAD_PORT_port-app}"
} }
resources { resources {