refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+22
View File
@@ -0,0 +1,22 @@
# IMMICH
# documentation for env variables: https://immich.app/docs/install/environment-variables
## Global
VOL_PATH=./data
TZ=America/Vancouver
## App
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_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