generated from hjess/PythonTemplateProject
Lets restore
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 38s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 38s
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user