This commit is contained in:
kim
2026-06-24 02:23:04 +02:00
parent 43c0b25485
commit a33dc0bd65
1654 changed files with 39 additions and 16 deletions
+1 -1
View File
@@ -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
+7 -1
View File
@@ -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
+25 -14
View File
@@ -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"
+1
View File
@@ -0,0 +1 @@
1782254877039
+1
View File
@@ -0,0 +1 @@
1782254876988
+1
View File
@@ -0,0 +1 @@
1782254877003
+1
View File
@@ -0,0 +1 @@
1782254877038
Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

+1
View File
@@ -0,0 +1 @@
1782254877038

Some files were not shown because too many files have changed in this diff Show More