diff --git a/immich/docker-compose.yaml b/immich/docker-compose.yaml index 5042957..9068a92 100644 --- a/immich/docker-compose.yaml +++ b/immich/docker-compose.yaml @@ -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 \ No newline at end of file