changed image and mapped ports to 3000
This commit is contained in:
parent
8945418b2a
commit
8b33e2b0a2
1 changed files with 5 additions and 3 deletions
|
@ -8,11 +8,13 @@ job "nginx-ams" {
|
|||
|
||||
network {
|
||||
port "http" {
|
||||
to = "80"
|
||||
static = 80
|
||||
to = 3000
|
||||
}
|
||||
|
||||
port "https" {
|
||||
to = "443"
|
||||
static = 443
|
||||
to = 3000
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,7 +39,7 @@ job "nginx-ams" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "ghcr.io/dcuams/amikon-website"
|
||||
image = "ghcr.io/dcuams/amikon-website-v2"
|
||||
ports = ["http", "https"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue