move data to docker-data
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user