refactor: rewrite immich_dev to match template conventions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-14 21:08:48 +00:00
co-authored by Claude Fable 5
parent 3c26d2b7c2
commit 9647c42754
3 changed files with 113 additions and 47 deletions
+8 -18
View File
@@ -1,22 +1,12 @@
# IMMICH
# Immich
# documentation for env variables: https://immich.app/docs/install/environment-variables
## Global
VOL_PATH=./data
TZ=America/Vancouver
## App
VOL_PATH=/data
IMMICH_IMAGE=ghcr.io/immich-app/immich-server:release
IMMICH_UPLOAD_LOCATION=./library
IMMICH_DB_DATA_LOCATION=./postgres
IMMICH_DB_HOSTNAME=immich-postgres
IMMICH_DB_PASSWORD=postgres
IMMICH_ML_IMAGE=ghcr.io/immich-app/immich-machine-learning:release
REDIS_IMAGE=redis:6.2.19-alpine
POSTGRES_IMAGE=tensorchord/pgvecto-rs:pg14-v0.2.0
IMMICH_RESTART=unless-stopped
IMMICH_PORT=8000
IMMICH_DB_PASSWORD=changeme
IMMICH_DB_USERNAME=postgres
IMMICH_DB_DATABASE_NAME=immich
IMMICH_REDIS_HOSTNAME=immich-redis
# REDIS
REDIS_IMAGE=redis:6.2.19-alpine
# POSTGRES
POSTGRES_IMAGE=tensorchord/pgvecto-rs:pg14-v0.2.0