Added Immich service
This commit is contained in:
parent
feef193d6e
commit
18021fb910
7 changed files with 147 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ in
|
|||
"nextcloud"
|
||||
"portainer"
|
||||
"vaultwarden"
|
||||
"immich"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -134,6 +135,15 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
immich.deployment = {
|
||||
targetHost = hosts.immich;
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
"immich"
|
||||
];
|
||||
};
|
||||
|
||||
deadbeef.deployment = {
|
||||
allowLocalDeployment = true;
|
||||
targetHost = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue