Compare commits

...
1 Commits
Author SHA1 Message Date
tonitrus 59662110a6 updates 2026-08-01 10:16:32 +02:00
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
- /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/.config/borg:/root/.config/borg # config and keyfiles
- /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"
app:
image: nextcloud:33
image: nextcloud:34
container_name: nextcloud
depends_on:
- db
+1
View File
@@ -90,6 +90,7 @@ services:
- /mnt/user/pterodactyl-node/data/:/mnt/user/pterodactyl-node/data/
- /mnt/user/pterodactyl-node/tmp/:/mnt/user/pterodactyl-node/tmp/
- /mnt/user/pterodactyl-node/config/:/etc/pterodactyl/
- /run/wings:/run/wings
ports:
- "7001:8080" # Wings API
- "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-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
@@ -82,15 +83,8 @@ services:
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}-cuda
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
# Currently no hardware acceleration because NVIDIA has too little VRAM and AMD iGPU is not supported
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
volumes:
- model-cache:/cache
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:
newt:
image: fosrl/newt:1.12.5
image: fosrl/newt:1.14.0
networks:
- pangolin
container_name: newt
+1 -1
View File
@@ -1,6 +1,6 @@
services:
gitea:
image: docker.gitea.com/gitea:1.26
image: docker.gitea.com/gitea:latest
container_name: gitea
networks:
- default
+1 -1
View File
@@ -1 +1 @@
true
false