hydazz
hydazz
I believe it would just be best to mention a healthcheck can be added to the docker compose and probe `/api/server/ping`, no modifications to the container itself
experimental downloader does not appear to work on `4.0.27` 😔 ``` 2024-06-07 11:05:42 [ INFO ] unifi_protect_backup.downloader_experimental : [666140ac03101d03e4000a5e] Downloading event: 666140ac03101d03e4000a5e 2024-06-07 11:05:42 [ DEBUG ] unifi_protect_backup.downloader_experimental : [666140ac03101d03e4000a5e]...
a healthcheck can be achieved with (if using docker compose) ``` healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/ping"] interval: 30s timeout: 5s retries: 3 start_period: 10s ```
imo not that big of a problem (technically not even a problem), just a 'nice to have'. the cuda package could be put in a cuda baseimage as that's where...
that is the largest package by far in the cuda image, moving the installation of the package to the baseimage will mean that the pulled image will be the same...
the redis docker mod might be having some issues, try a seperate redis container for now
> /photos/encoded-video/.immich: Error: EACCES: permission denied, open '/photos/encoded-video/.immich' this is causing your issues, make sure that everything in /photos is owned by `abc:abc` within the container `chown -R abc:abc /photos`...
you need to be inside the container not the host, try `docker exec -it immich bash`
its failing to connect to redis redeploy the container and check for around the logs when the docker mod is applied