dcusr: update domains and env vars
This commit is contained in:
parent
431e086df8
commit
1407f662c9
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@ job "dcusr" {
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.dcusr.rule=Host(`dcusr.aperture.redbrick.dcu.ie`,`solarracing.rb.dcu.ie`)",
|
"traefik.http.routers.dcusr.rule=Host(`dcusr.aperture.redbrick.dcu.ie`,`solarracing.rb.dcu.ie`,`preview.solarracing.ie`)",
|
||||||
"traefik.http.routers.dcusr.entrypoints=web,websecure",
|
"traefik.http.routers.dcusr.entrypoints=web,websecure",
|
||||||
"traefik.http.routers.dcusr.tls.certresolver=lets-encrypt",
|
"traefik.http.routers.dcusr.tls.certresolver=lets-encrypt",
|
||||||
]
|
]
|
||||||
|
@ -37,6 +37,7 @@ job "dcusr" {
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/dcu-solar-racing/nextjs-website:main"
|
image = "ghcr.io/dcu-solar-racing/nextjs-website:main"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
|
force_pull = true
|
||||||
auth {
|
auth {
|
||||||
username = "${DOCKER_USER}"
|
username = "${DOCKER_USER}"
|
||||||
password = "${DOCKER_PASS}"
|
password = "${DOCKER_PASS}"
|
||||||
|
@ -49,6 +50,9 @@ job "dcusr" {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
DOCKER_USER={{ key "dcusr/ghcr/username" }}
|
DOCKER_USER={{ key "dcusr/ghcr/username" }}
|
||||||
DOCKER_PASS={{ key "dcusr/ghcr/password" }}
|
DOCKER_PASS={{ key "dcusr/ghcr/password" }}
|
||||||
|
TO_EMAIL={{ key "dcusr/nodemailer/to" }}
|
||||||
|
EMAIL={{ key "dcusr/nodemailer/from" }}
|
||||||
|
EMAIL_PASS={{ key "dcusr/nodemailer/password" }}
|
||||||
EOH
|
EOH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue