My main immich_server Docker container keeps growing out of control. The longer the container runs the larger it gets. Currently my immich_server container is almost 200GB. I have a very vanilla install with limited storage for my docker containers. Both my UPLOAD_LOCATION and DB_DATA_LOCATION are not within my docker container. I have my UPLOAD_LOCATION set to a NAS that has proper permissions and seems to function correctly. Immich is able to create it's folder structure and has all my image thumbnails and photos contained within the approriate folders. The same thing can be said for my DB_DATA_LOCATION, it resides on an SSD that is directly mounted to my docker.
When I run "docker system df -v" my immich_server container is consuming over 200GB of storage while all my other docker containers are using less than a few MB.
When I start my container using "docker compose up" it starts without any errors.
Any help would be greatly appreciated. I have attached both my .yml and .env for reference. Thanks!