This commit is contained in:
2026-08-01 10:16:32 +02:00
parent e6b7538c76
commit 59662110a6
9 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- /boot/config/plugins/compose.manager/projects:/mnt/source/docker/compose:ro - /boot/config/plugins/compose.manager/projects:/mnt/source/docker/compose:ro
- /mnt/user/immich-uploads/library:/mnt/source/media/immich/library:ro - /mnt/user/immich-uploads/library:/mnt/source/media/immich/library:ro
- /mnt/remotes/10.0.0.50_backup-cube:/mnt/borg-repository # backup target - /mnt/remotes/10.0.0.50_backup-cube:/mnt/borg-repository:shared # backup target
- /mnt/user/appdata/borgmatic/borgmatic.d:/etc/borgmatic.d/ # borgmatic config file(s) + crontab.txt - /mnt/user/appdata/borgmatic/borgmatic.d:/etc/borgmatic.d/ # borgmatic config file(s) + crontab.txt
- /mnt/user/appdata/borgmatic/.config/borg:/root/.config/borg # config and keyfiles - /mnt/user/appdata/borgmatic/.config/borg:/root/.config/borg # config and keyfiles
- /mnt/user/appdata/borgmatic/.ssh:/root/.ssh # ssh key for remote repositories - /mnt/user/appdata/borgmatic/.ssh:/root/.ssh # ssh key for remote repositories
+1 -1
View File
@@ -38,7 +38,7 @@ services:
folder.view3: "Nextcloud ExApps" folder.view3: "Nextcloud ExApps"
app: app:
image: nextcloud:33 image: nextcloud:34
container_name: nextcloud container_name: nextcloud
depends_on: depends_on:
- db - db
+1
View File
@@ -90,6 +90,7 @@ services:
- /mnt/user/pterodactyl-node/data/:/mnt/user/pterodactyl-node/data/ - /mnt/user/pterodactyl-node/data/:/mnt/user/pterodactyl-node/data/
- /mnt/user/pterodactyl-node/tmp/:/mnt/user/pterodactyl-node/tmp/ - /mnt/user/pterodactyl-node/tmp/:/mnt/user/pterodactyl-node/tmp/
- /mnt/user/pterodactyl-node/config/:/etc/pterodactyl/ - /mnt/user/pterodactyl-node/config/:/etc/pterodactyl/
- /run/wings:/run/wings
ports: ports:
- "7001:8080" # Wings API - "7001:8080" # Wings API
- "2022:2022" # SFTP - "2022:2022" # SFTP
+3 -9
View File
@@ -52,6 +52,7 @@ services:
- pangolin.public-resources.immich-server.auth.sso-enabled=true - pangolin.public-resources.immich-server.auth.sso-enabled=true
- pangolin.public-resources.immich-server.auth.sso-roles[0]=Member - pangolin.public-resources.immich-server.auth.sso-roles[0]=Member
- pangolin.public-resources.immich-server.auth.whitelist-users[0]=katrin.lang@drei.at
- pangolin.public-resources.immich-server.targets[0].method=http - pangolin.public-resources.immich-server.targets[0].method=http
@@ -82,15 +83,8 @@ services:
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. # For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda # Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda # Currently no hardware acceleration because NVIDIA has too little VRAM and AMD iGPU is not supported
deploy: image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file:
+1 -1
View File
@@ -1 +1 @@
true false
+1 -1
View File
@@ -1 +1 @@
true false
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
newt: newt:
image: fosrl/newt:1.12.5 image: fosrl/newt:1.14.0
networks: networks:
- pangolin - pangolin
container_name: newt container_name: newt
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
gitea: gitea:
image: docker.gitea.com/gitea:1.26 image: docker.gitea.com/gitea:latest
container_name: gitea container_name: gitea
networks: networks:
- default - default
+1 -1
View File
@@ -1 +1 @@
true false