Skip to content
Snippets Groups Projects
Commit 081b09b3 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

add more

parent 4d266d21
No related branches found
No related tags found
No related merge requests found
job "service-levant" {
type = "service"
group "web-server" {
network {
mode = "bridge"
port "http" {
to = 80
}
}
task "nginx" {
driver = "docker"
config {
image = "nginx:[[.nginx_version]]"
ports = ["http"]
}
}
}
}
job "service" {
type = "service"
group "web-server" {
network {
mode = "bridge"
port "http" {
static = 80
}
}
task "nginx" {
driver = "docker"
config {
image = "nginx"
ports = ["http"]
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment