fix (immich): change immich port

This commit is contained in:
vincent 2024-12-21 10:18:36 +01:00
parent 418f31dbfc
commit dfc63f31d2

View File

@ -14,7 +14,7 @@ job "immich" {
network { network {
mode = "host" mode = "host"
port "http" { port "http" {
to = 3001 to = 2283
} }
port "redis" { port "redis" {
to = 6379 to = 6379
@ -91,6 +91,7 @@ job "immich" {
REDIS_HOSTNAME = {{env "NOMAD_IP_redis"}} REDIS_HOSTNAME = {{env "NOMAD_IP_redis"}}
REDIS_PORT = {{env "NOMAD_HOST_PORT_redis"}} REDIS_PORT = {{env "NOMAD_HOST_PORT_redis"}}
IMMICH_MACHINE_LEARNING_URL = http://{{ env "NOMAD_ADDR_machinelearning"}} IMMICH_MACHINE_LEARNING_URL = http://{{ env "NOMAD_ADDR_machinelearning"}}
IMMICH_HOST=0.0.0.0
EOH EOH
destination = "secrets/immich.env" destination = "secrets/immich.env"
env = true env = true