fix(immich): add missing TYPESENSE_HOST
This commit is contained in:
parent
6830cc6042
commit
ea5b11995b
|
@ -28,6 +28,7 @@ let
|
||||||
DB_DATABASE_NAME = dbname;
|
DB_DATABASE_NAME = dbname;
|
||||||
REDIS_HOSTNAME = containersHost;
|
REDIS_HOSTNAME = containersHost;
|
||||||
REDIS_PORT = toString config.services.redis.servers.immich.port;
|
REDIS_PORT = toString config.services.redis.servers.immich.port;
|
||||||
|
TYPESENSE_HOST = "immich-typesense";
|
||||||
};
|
};
|
||||||
# only secrets need to be included, e.g. DB_PASSWORD, JWT_SECRET, MAPBOX_KEY
|
# only secrets need to be included, e.g. DB_PASSWORD, JWT_SECRET, MAPBOX_KEY
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
|
|
Loading…
Reference in a new issue