immich db setup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user