chore(deps): update immich to v1.118.1 #109

Merged
radu merged 2 commits from renovate/immich into main 2024-10-16 07:21:36 +00:00
Showing only changes of commit 625753416a - Show all commits

View file

@ -4,8 +4,6 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.118.1@sha256:c53300f717f9f82e645c198818a1f7155410eb4041961d09b79585ea3b4934dc
ports:
- 3001:3001
volumes:
- /mnt/truenas-services/immich:/usr/src/app/upload
- /mnt/truenas-services/immich-external:/mnt/external
@ -15,7 +13,7 @@ services:
environment:
- LETSENCRYPT_HOST=${IMMICH_LETSENCRYPT_HOST:?}
- VIRTUAL_HOST=${IMMICH_LETSENCRYPT_HOST:?}
- VIRTUAL_PORT=${IMMICH_PORT:-3001}
- VIRTUAL_PORT=${IMMICH_PORT:-2283}
depends_on:
- redis
- database