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
Template · Other
Self-hosted photo and video backup with ML search (Postgres + Valkey).
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
3 services in the environment you pick, on the private network of the project.
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.
Image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
Image: valkey/valkey:8-alpine
valkey-server --dir /data
Image: ghcr.io/immich-app/immich-server:release
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| POSTGRES_USER | postgres |
| POSTGRES_PASSWORD | generated (password) |
| POSTGRES_DB | immich |
| POSTGRES_INITDB_ARGS | --data-checksums |
| PGDATA | /var/lib/postgresql/data/pgdata |
| Name | Value |
|---|---|
| REDIS_URL | redis://${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379Private network only, no auth |
| Name | Value |
|---|---|
| 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_ENABLED | false |
| TZ | UTC |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.