changed image and mapped ports to 3000
This commit is contained in:
父節點
8945418b2a
當前提交
8b33e2b0a2
共有 1 個文件被更改,包括 5 次插入 和 3 次删除
|
@ -8,11 +8,13 @@ job "nginx-ams" {
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = "80"
|
static = 80
|
||||||
|
to = 3000
|
||||||
}
|
}
|
||||||
|
|
||||||
port "https" {
|
port "https" {
|
||||||
to = "443"
|
static = 443
|
||||||
|
to = 3000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +39,7 @@ job "nginx-ams" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/dcuams/amikon-website"
|
image = "ghcr.io/dcuams/amikon-website-v2"
|
||||||
ports = ["http", "https"]
|
ports = ["http", "https"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
載入中…
Reference in a new issue