fix(server): exclude archived assets from orphaned files (#7334)

* fix(server): exclude archived assets from orphaned files

* add e2e test
This commit is contained in:
Michel Heusschen 2024-02-22 17:16:10 +01:00 committed by GitHub
parent b3131dfe14
commit 07ef008b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 68 additions and 2 deletions

View file

@ -4,6 +4,7 @@ name: immich-e2e
x-server-build: &server-common
image: immich-server:latest
container_name: immich-e2e-server
build:
context: ../
dockerfile: server/Dockerfile