Update immich/docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user