Update immich/docker-compose.yaml

This commit is contained in:
2025-10-28 17:22:32 +00:00
parent 3024340608
commit 1f0644c184
+5 -11
View File
@@ -32,7 +32,7 @@ services:
disable: false
networks:
- default
- nginx-network
- npm-network
immich-machine-learning:
container_name: immich_machine_learning
@@ -80,20 +80,14 @@ services:
volumes:
model-cache:
library-pallas:
library:
driver: local
driver_opts:
type: nfs
o: "addr=192.168.1.4,rw,nolock,soft,no_root_squash"
device: ":/srv/family/immich-library"
database-pallas:
driver: local
driver_opts:
type: nfs
o: "addr=192.168.1.4,rw,nolock,soft,no_root_squash"
device: ":/srv/family/immich-postgres"
o: "addr=192.168.1.192,rw,nolock,soft"
device: ":/mnt/user/family/immich-library"
networks:
default:
nginx-network:
npm-network:
external: true