fix (immich): change immich port
This commit is contained in:
parent
418f31dbfc
commit
dfc63f31d2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user