Blue Green
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 7s

This commit is contained in:
Henrik Jess
2024-12-20 10:35:54 +01:00
parent 459f51808f
commit 1b047a74fd
3 changed files with 53 additions and 10 deletions

View File

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