Skip to content

immich-app/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27cf468 · Feb 27, 2025

History

77 Commits
Feb 27, 2025
Feb 7, 2025
Jan 11, 2023
Jul 5, 2024
Mar 26, 2024
Jan 11, 2023
Jul 5, 2024
Jul 5, 2024
Jan 8, 2024
Jul 5, 2024
Feb 21, 2025
Mar 20, 2023
Oct 15, 2024
Oct 15, 2024

Demo

This repo contains the setup for the demo instance at https://demo.immich.app/
You probably don't want to use this yourself. Instead, check out the install guide at https://docs.immich.app/docs/install/docker-compose

To deploy:

  1. Have a server with docker and docker-compose setup, and exiftool and jq installed
  2. Pull this repository

Start the server:

  1. cd docker
  2. docker compose up -d

Prepare the dummy library:

  1. ./library/run-geocoder.sh
  2. ./library/download-library.sh
  3. Check if the geocoder is initialized: docker logs geocoder (if it isn't, wait)
  4. ./library/create-dummy-gps.py ./library/images
  5. docker stop geocoder

Restart the demo and upload the dummy library:

  1. ./demo-restart.sh

Set up the regular restart:

  1. crontab ./cron