mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactor: rewrite immich_dev to match template conventions
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+8
-18
@@ -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
|
||||
Reference in New Issue
Block a user