librephotos-docker icon indicating copy to clipboard operation
librephotos-docker copied to clipboard

You can find here the Dockerfiles for the automated build process of LibrePhotos.

Results 23 librephotos-docker issues
Sort by recently updated
recently updated
newest added

This repo is from yours? https://hub.docker.com/r/reallibrephotos Maybe will be nice add to put in https://www.linuxserver.io/ and follow their pattern :D

Hi, on a new instalation (first time user) I'm getting this error when executing `docker-compose up -d`: > ERROR: The Compose file './docker-compose.yml' is invalid because: > services.backend.depends_on contains an...

See: http://bie.curwensvillealliance.org/what-is-docker-raw Reference #41 and subsequent fix of 'docker-compose.yml' in https://github.com/LibrePhotos/librephotos-docker/commit/1c740dc0c8424d1a6a42a341e2ad8f677c536343 This same wait functionality needs to be added in 'docker-compose.raw'. I have no Apple system to test changes in...

I am not sure why postgres is complaining, but it really does not like being on an external hdd.

bug

I use a Raspberry Pi 4 with a 32 bits architecture and I would like to use LibrePhotos. How can I build the different docker to be compatible with my...

Host may be an issue as well I think the Host IP can be set as an EVAR and the nginx.conf would pick it up. i.e. ``` environment: - host=$hostIP...

Start container librephotos_db_1 failed: {"message":"Bind mount failed: '/data/compose/16/librephotos/data' does not exists"}. no idea where to start looking for this issue. I'm happy I know how to start docker and portainer...

In order to improve the speed of the build pipeline and reduce build dependencies, it would be great to create new Dockerfiles that would build dlib and faiss for arm64...

When the db starts, the following error is displayed: `ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted"` I added the `privileged: true` configuration into the db contianer in docker-compose.yml. Then the...

Suggestion: Use multi stage docker build to only copy data model files instead of also including the whole tar file. Multi stage build will also mean that only the dlib...

enhancement