Rename storage/ to appdata/ in all compose templates
Part of v0.14.0 storage architecture overhaul — standardize app data paths under appdata/ instead of storage/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
# DB_PASSWORD - PostgreSQL password (auto-generated)
|
||||
#
|
||||
# Storage layout:
|
||||
# User photos/videos → ${HDD_PATH}/storage/immich (HDD, host path)
|
||||
# User photos/videos → ${HDD_PATH}/appdata/immich (HDD, host path)
|
||||
# PostgreSQL data → immich_postgres_data (named volume, NVMe)
|
||||
# ML model cache → immich_ml_cache (named volume, NVMe)
|
||||
# Redis data → immich_redis_data (named volume, NVMe)
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
- IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|
||||
- TZ=Europe/Budapest
|
||||
volumes:
|
||||
- ${HDD_PATH}/storage/immich:/usr/src/app/upload
|
||||
- ${HDD_PATH}/appdata/immich:/usr/src/app/upload
|
||||
networks:
|
||||
- traefik-public
|
||||
- immich-internal
|
||||
|
||||
Reference in New Issue
Block a user