removed redundant block
This commit is contained in:
parent
b1b4a3ca0a
commit
1b5c5c97b8
1 changed files with 1 additions and 5 deletions
|
@ -10,10 +10,6 @@ job "nginx-ams" {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = 3000
|
to = 3000
|
||||||
}
|
}
|
||||||
|
|
||||||
port "https" {
|
|
||||||
to = 3000
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
|
@ -38,7 +34,7 @@ job "nginx-ams" {
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/dcuams/amikon-site-v2:latest"
|
image = "ghcr.io/dcuams/amikon-site-v2:latest"
|
||||||
ports = ["http", "https"]
|
ports = "http"
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
|
|
Loading…
Reference in a new issue