This repository has been merged into LibrePhotos/librephotos.
Dockerfiles, Compose configs, k8s manifests, and the proxy now live under
deploy/in the monorepo:
deploy/docker/— Dockerfiles + entrypoints (backend, backend-gpu, frontend, proxy, unified)deploy/compose/—docker-compose.yml,docker-compose.dev.yml,docker-compose.e2e.yml,librephotos.envdeploy/k8s/— Kubernetes manifests
| You used to do… | Now do… |
|---|---|
git clone https://github.com/LibrePhotos/librephotos-docker.git && cd librephotos-docker && docker compose up -d |
git clone https://github.com/LibrePhotos/librephotos.git && cd librephotos/deploy/compose && docker compose up -d |
Pull librephotos.env from main |
Pull it from dev in the monorepo |
| Open issues here | Open them on LibrePhotos/librephotos |
Image names on Docker Hub are unchanged — reallibrephotos/librephotos, …-frontend, …-proxy, …-gpu, …-unified, …-base, …-base-gpu. Existing docker-compose.yml files that reference these images keep working.
Tags from this repo are namespaced in the monorepo as docker/<tag> (e.g. docker/2026w14). The 79 weekly tags from this repo are preserved here in the archive and as namespaced tags on the monorepo.
Background: issue #534.