📦 librephotos-docker (archived)

April 23, 2026 · View on GitHub

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.env
  • deploy/k8s/ — Kubernetes manifests

Where things moved

You used to do…Now do…
git clone https://github.com/LibrePhotos/librephotos-docker.git && cd librephotos-docker && docker compose up -dgit clone https://github.com/LibrePhotos/librephotos.git && cd librephotos/deploy/compose && docker compose up -d
Pull librephotos.env from mainPull it from dev in the monorepo
Open issues hereOpen 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.