move data to docker-data
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2025-12-14 15:29:23 -03:00
parent 7cf8000ec6
commit 38742939a3
32 changed files with 83 additions and 870 deletions

View File

@@ -14,6 +14,6 @@ DB_PASSWORD=asdf1234
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=./pgdata
DB_DATA_LOCATION=/home/ccalifice/docker-data/immich/pgdata
REDIS_HOSTNAME=immich_redis

View File

@@ -22,7 +22,7 @@ services:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
volumes:
- ./model-cache:/cache
- /home/ccalifice/docker-data/immich/model-cache:/cache
env_file:
- .env
restart: unless-stopped
@@ -47,7 +47,7 @@ services:
# DB_STORAGE_TYPE: 'HDD'
volumes:
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
- ./dump:/dump
- /home/ccalifice/docker-data/immich/dump:/dump
restart: unless-stopped
shm_size: 128mb