immich db setup

This commit is contained in:
soraefir
2026-05-14 23:12:56 +02:00
parent 7e3d86e37e
commit 84d9b0ade0
3 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ let
};
in {
sops = false;
sops = true;
db = true;
paths = [{
@@ -32,7 +32,6 @@ in {
port = 2283;
secret = name;
extraEnv = {
DB_URL = "postgresql://immich_user:\${DB_PASS}@${builder.host}/immich_db";
IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003";
REDIS_HOSTNAME = builder.host;
};