Nomad
@hashicorp
The Nomad plugin deploys a Docker container to a Nomad cluster. It also launches on-demand runners to do operations remotely.
- Official
- Built-in
Updated 6 months ago
- GitHub(opens in new tab)
Nomad Platform
Parameters
13 Results
@hashicorp
The Nomad plugin deploys a Docker container to a Nomad cluster. It also launches on-demand runners to do operations remotely.
Updated 6 months ago
Deploy to a nomad cluster as a service using Docker.
deploy {
use "nomad" {
region = "global"
datacenter = "dc1"
auth {
username = "username"
password = "password"
}
static_environment = {
"environment": "production",
"LOG_LEVEL": "debug"
}
service_port = 3000
replicas = 1
}
}
13 Results