Immich
@@ -29,7 +29,7 @@
|
||||
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
||||
#fields: ["datastore_usage", "failed_tasks_24h", "cpu_usage", "memory_usage"]
|
||||
|
||||
- TrueNas Scale:
|
||||
- TrueNAS Scale:
|
||||
icon: truenas.png
|
||||
href: https://truenas.home.ramberg.net/
|
||||
#description: Truenas
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables
|
||||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=./library
|
||||
UPLOAD_LOCATION=/home/rcadmin/docker/immich-app/library
|
||||
|
||||
# The location where your database files are stored. Network shares are not supported for the database
|
||||
DB_DATA_LOCATION=/home/rcadmin/docker/immich-app/database
|
||||
@@ -20,3 +20,9 @@ DB_PASSWORD=postgresPW2026
|
||||
###################################################################################
|
||||
DB_USERNAME=postgres
|
||||
DB_DATABASE_NAME=immich
|
||||
|
||||
# Information for mounting smb share from server
|
||||
USERNAME=immich@home.ramberg.net
|
||||
PASSWORD=immichPass123
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
#
|
||||
# The compose file on main may not be compatible with the latest release.
|
||||
|
||||
name: immich
|
||||
#name: immich
|
||||
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
#container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
@@ -20,6 +20,7 @@ services:
|
||||
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
|
||||
- ${UPLOAD_LOCATION}:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- cifs_library:/mnt/library_server
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
@@ -27,12 +28,16 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
restart: always
|
||||
#restart: always
|
||||
healthcheck:
|
||||
disable: false
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.role == manager
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
#container_name: immich_machine_learning
|
||||
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
|
||||
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
@@ -40,22 +45,22 @@ services:
|
||||
# file: hwaccel.ml.yml
|
||||
# service: cpu # set to one of [armnn, cuda, rocm, openvino, openvino-wsl, rknn] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||
volumes:
|
||||
- nfs_data/model-cache:/cache
|
||||
- nfs_data_model_cache:/cache
|
||||
env_file:
|
||||
- .env
|
||||
restart: always
|
||||
#restart: always
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
#container_name: immich_redis
|
||||
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: always
|
||||
#restart: always
|
||||
|
||||
database:
|
||||
container_name: immich_postgres
|
||||
#container_name: immich_postgres
|
||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
@@ -67,8 +72,8 @@ services:
|
||||
volumes:
|
||||
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
|
||||
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
|
||||
shm_size: 128mb
|
||||
restart: always
|
||||
#shm_size: 128mb
|
||||
#restart: always
|
||||
healthcheck:
|
||||
disable: false
|
||||
deploy:
|
||||
@@ -77,9 +82,15 @@ services:
|
||||
- node.role == manager
|
||||
|
||||
volumes:
|
||||
nfs_data:
|
||||
nfs_data_model_cache:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=192.168.50.204,nfsvers=4
|
||||
device: ":/mnt/tankier/Apps/Docker/immich"
|
||||
o: addr=192.168.50.204,rw,nfsvers=4
|
||||
device: ":/mnt/tankier/Apps/Docker/immich/model_cache"
|
||||
cifs_library:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: cifs
|
||||
device: //192.168.50.204/Media/Pictures
|
||||
o: "username=${USERNAME},password=${PASSWORD},vers=3.0,uid=${PUID},gid=${PGID},noserverino"
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1782254877039
|
||||
@@ -0,0 +1 @@
|
||||
1782254876988
|
||||
@@ -0,0 +1 @@
|
||||
1782254877003
|
||||
@@ -0,0 +1 @@
|
||||
1782254877038
|
||||
|
After Width: | Height: | Size: 417 KiB |
@@ -0,0 +1 @@
|
||||
1782254877038
|
||||
|
After Width: | Height: | Size: 143 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 507 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 384 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 508 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 302 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 291 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 268 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 240 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
After Width: | Height: | Size: 593 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 440 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 327 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 390 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 422 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 172 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 968 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 209 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 378 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 370 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 186 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 418 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 14 KiB |