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

@@ -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