immich: updated container
This commit is contained in:
parent
ee65d6dc19
commit
24c1d9e600
@ -4,6 +4,7 @@ let
|
|||||||
workDir = "/srv/containers/immich";
|
workDir = "/srv/containers/immich";
|
||||||
dataDir = "/srv/data/immich";
|
dataDir = "/srv/data/immich";
|
||||||
nextcloudDir = "/srv/data/nextcloud";
|
nextcloudDir = "/srv/data/nextcloud";
|
||||||
|
familyDir = "/srv/data/family";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
@ -24,6 +25,7 @@ in
|
|||||||
volumes = [
|
volumes = [
|
||||||
"${dataDir}:/usr/src/app/upload"
|
"${dataDir}:/usr/src/app/upload"
|
||||||
"${nextcloudDir}:/usr/src/app/external:ro"
|
"${nextcloudDir}:/usr/src/app/external:ro"
|
||||||
|
"${familyDir}:/usr/src/app/family:ro"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
@ -68,7 +70,7 @@ in
|
|||||||
immich-db = {
|
immich-db = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
||||||
image = "ghcr.io/immich-app/postgres:17-vectorchord0.5.3";
|
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0";
|
||||||
|
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
config.age.secrets.immich.path
|
config.age.secrets.immich.path
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user