github imagegenius/docker-immich v1.51.2-ig68

14 months ago

ImageGenius Changes:

add typesense

immich Changes:

v1.51.2

There is no mobile release for this version

This release further improves Typesense setup and operations. Please consider adding restart: always to the Typesense container

  typesense:
    container_name: immich_typesense
    image: typesense/typesense:0.24.0
    environment:
      - TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
      - TYPESENSE_DATA_DIR=/data
    logging:
      driver: none
    volumes:
      - tsdata:/data
    restart: always

As always, please consider supporting the project.

🎉 Cheer! 🎉

Support

If you find the project helpful and it helps you in some ways, you can support the project one time or monthly from GitHub Sponsors

It is a great way to let me know that you want me to continue developing and working on this project for years to come.

What's Changed

What's Changed

Full Changelog: https://github.com/immich-app/immich/compare/v1.51.1...

Don't miss a new docker-immich release

NewReleases is sending notifications on new releases.