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 disable: false
networks: networks:
- default - default
- nginx-network - npm-network
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
@@ -80,20 +80,14 @@ services:
volumes: volumes:
model-cache: model-cache:
library-pallas: library:
driver: local driver: local
driver_opts: driver_opts:
type: nfs type: nfs
o: "addr=192.168.1.4,rw,nolock,soft,no_root_squash" o: "addr=192.168.1.192,rw,nolock,soft"
device: ":/srv/family/immich-library" device: ":/mnt/user/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"
networks: networks:
default: default:
nginx-network: npm-network:
external: true external: true