changed image and mapped ports to 3000

This commit is contained in:
leath-dub 2023-10-05 18:41:27 +01:00
parent 8945418b2a
commit 8b33e2b0a2

View file

@ -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"]
}
}