fix tricot hostname on prod

This commit is contained in:
Alex 2023-01-11 22:18:52 +01:00
parent 0da378d053
commit 8e76707c44
Signed by: lx
GPG Key ID: 0E496D15096376BE
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ job "core-service" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/amd64_d53:2" image = "lxpz/amd64_d53:3"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
volumes = [ volumes = [

View File

@ -121,7 +121,7 @@ EOH
template { template {
data = <<EOH data = <<EOH
TRICOT_NODE_NAME={{ env "attr.unique.consul.name" }} TRICOT_NODE_NAME={{ env "attr.unique.hostname" }}
TRICOT_LETSENCRYPT_EMAIL=prod-sysadmin@deuxfleurs.fr TRICOT_LETSENCRYPT_EMAIL=prod-sysadmin@deuxfleurs.fr
TRICOT_ENABLE_COMPRESSION=true TRICOT_ENABLE_COMPRESSION=true
TRICOT_CONSUL_HOST=https://consul.service.prod.consul:8501 TRICOT_CONSUL_HOST=https://consul.service.prod.consul:8501

View File

@ -11,7 +11,7 @@ job "core-service" {
config { config {
packages = [ packages = [
"git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=5731ad022b62564d1364cb1928d261dac04f8914" "git+https://git.deuxfleurs.fr/lx/D53.git?ref=main&rev=f7682170805b7953d23745b0414b0f7b6a133225"
] ]
command = "d53" command = "d53"
} }