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:
2026-02-18 18:47:12 +01:00
parent 34a01a7b4e
commit 1f9448027e
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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