I finally organized my Docker Compose files and saved myself hours of time
… The photos library is on a specific volume, Docker data sits on another volume, Postgres has its own persistent directory, and I've mounted an external library inside the container using a different path than the host. …