this post was submitted on 02 Jul 2026
263 points (98.9% liked)

Selfhosted

60543 readers
584 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] chris@lemmy.grey.fail 0 points 5 days ago (1 children)

Quick question -- why's the official Docker compose using a PostgreSQL image four versions out of date? I'm running postgres:18 everywhere else, these days.

https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

  database:
    container_name: immich_postgres
    image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
[โ€“] suzune@ani.social 3 points 5 days ago

It uses an unusual PostgreSQL extension. Maybe an update is not that trivial.