immich: 1.117.0 -> 1.118.2
This commit is contained in:
parent
6150b95988
commit
dc062231ac
2 changed files with 4 additions and 4 deletions
|
@ -22,9 +22,9 @@ let
|
||||||
ntfy = "binwiederhier/ntfy:v2.11.0";
|
ntfy = "binwiederhier/ntfy:v2.11.0";
|
||||||
forgejo = "codeberg.org/forgejo/forgejo:9.0.0";
|
forgejo = "codeberg.org/forgejo/forgejo:9.0.0";
|
||||||
pihole = "pihole/pihole:2024.07.0";
|
pihole = "pihole/pihole:2024.07.0";
|
||||||
immich = "ghcr.io/immich-app/immich-server:v1.117.0";
|
immich = "ghcr.io/immich-app/immich-server:v1.118.2";
|
||||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.117.0";
|
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.118.2";
|
||||||
immich-redis = "docker.io/redis:6.2-alpine@sha256:2d1463258f2764328496376f5d965f20c6a67f66ea2b06dc42af351f75248792";
|
immich-redis = "docker.io/redis:6.2-alpine@sha256:2ba50e1ac3a0ea17b736ce9db2b0a9f6f8b85d4c27d5f5accc6a416d8f42c6d5";
|
||||||
immich-postgres = "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0";
|
immich-postgres = "docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0";
|
||||||
kitchenowl = "tombursch/kitchenowl:v0.5.2";
|
kitchenowl = "tombursch/kitchenowl:v0.5.2";
|
||||||
cyberchef = "mpepping/cyberchef:latest";
|
cyberchef = "mpepping/cyberchef:latest";
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
containers.immich = {
|
containers.immich = {
|
||||||
image = globals.images.immich;
|
image = globals.images.immich;
|
||||||
imagePullPolicy = "IfNotPresent";
|
imagePullPolicy = "IfNotPresent";
|
||||||
ports.web.containerPort = 3001;
|
ports.web.containerPort = 2283;
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
TZ.value = "Europe/Amsterdam";
|
TZ.value = "Europe/Amsterdam";
|
||||||
|
|
Loading…
Reference in a new issue