Skip to content

Template · Other

Immich

Self-hosted photo and video backup with ML search (Postgres + Valkey).

Deploy on Skiffly

Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.

  • Postgresghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
  • Valkeyvalkey/valkey:8-alpine
  • Immichghcr.io/immich-app/immich-server:release
Upstream documentation

What gets deployed

3 services in the environment you pick, on the private network of the project.

About this template

ghcr.io/immich-app/immich-server:release with the required ghcr.io/immich-app/postgres (VectorChord) image and Valkey. Machine learning runs in-process without the separate ML container.

Postgres

Image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0

  • Port 5432/tcp
  • 10 GB volume at /var/lib/postgresql/data
  • 1 vCPU · 1 GB

Valkey

Image: valkey/valkey:8-alpine

  • Port 6379/tcp
  • 2 GB volume at /data
  • 0.5 vCPU · 512 MB

valkey-server --dir /data

Immich

Image: ghcr.io/immich-app/immich-server:release

  • Port 2283/http
  • Public domain with TLS
  • 50 GB volume at /data
  • 2 vCPU · 3 GB
  • /api/server/ping

Variables

Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.

Postgres

NameValue
POSTGRES_USERpostgres
POSTGRES_PASSWORDgenerated (password)
POSTGRES_DBimmich
POSTGRES_INITDB_ARGS--data-checksums
PGDATA/var/lib/postgresql/data/pgdata

Valkey

NameValue
REDIS_URLredis://${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379Private network only, no auth

Immich

NameValue
DB_HOSTNAME${{Postgres.SKIFFLY_PRIVATE_DOMAIN}}
DB_USERNAME${{Postgres.POSTGRES_USER}}
DB_PASSWORD${{Postgres.POSTGRES_PASSWORD}}
DB_DATABASE_NAME${{Postgres.POSTGRES_DB}}
REDIS_HOSTNAME${{Valkey.SKIFFLY_PRIVATE_DOMAIN}}
IMMICH_MACHINE_LEARNING_ENABLEDfalse
TZUTC

Deploy button for your README

Add a one-click deploy link to your repository or docs. Two variants: for light and dark backgrounds.

Deploy on SkifflyDeploy on Skiffly
Markdown · Light background
[![Deploy on Skiffly](https://skiffly.dev/button.svg)](https://skiffly.dev/templates/immich)
Markdown · Dark background
[![Deploy on Skiffly](https://skiffly.dev/button-dark.svg)](https://skiffly.dev/templates/immich)
HTML
<a href="https://skiffly.dev/templates/immich"><img src="https://skiffly.dev/button.svg" alt="Deploy on Skiffly" height="32"></a>

Deploy Immich in one click

Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.