diff --git a/backup/docker-compose.yml b/backup/docker-compose.yml index 876f245..e901a30 100644 --- a/backup/docker-compose.yml +++ b/backup/docker-compose.yml @@ -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 diff --git a/cloud/docker-compose.yml b/cloud/docker-compose.yml index 88bc6cd..877bd2f 100644 --- a/cloud/docker-compose.yml +++ b/cloud/docker-compose.yml @@ -38,7 +38,7 @@ services: folder.view3: "Nextcloud ExApps" app: - image: nextcloud:33 + image: nextcloud:34 container_name: nextcloud depends_on: - db diff --git a/game-servers/docker-compose.yml b/game-servers/docker-compose.yml index 314d490..cbd9d72 100644 --- a/game-servers/docker-compose.yml +++ b/game-servers/docker-compose.yml @@ -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 diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 6c144b9..178ea6b 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -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: diff --git a/it-tools/autostart b/it-tools/autostart index f32a580..02e4a84 100644 --- a/it-tools/autostart +++ b/it-tools/autostart @@ -1 +1 @@ -true \ No newline at end of file +false \ No newline at end of file diff --git a/large-language-models/autostart b/large-language-models/autostart index f32a580..02e4a84 100644 --- a/large-language-models/autostart +++ b/large-language-models/autostart @@ -1 +1 @@ -true \ No newline at end of file +false \ No newline at end of file diff --git a/proxy/docker-compose.yml b/proxy/docker-compose.yml index 5128cdf..e58f689 100644 --- a/proxy/docker-compose.yml +++ b/proxy/docker-compose.yml @@ -1,6 +1,6 @@ services: newt: - image: fosrl/newt:1.12.5 + image: fosrl/newt:1.14.0 networks: - pangolin container_name: newt diff --git a/version-control/docker-compose.yml b/version-control/docker-compose.yml index 0bc0401..c362426 100644 --- a/version-control/docker-compose.yml +++ b/version-control/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: docker.gitea.com/gitea:1.26 + image: docker.gitea.com/gitea:latest container_name: gitea networks: - default diff --git a/writing-webapp/autostart b/writing-webapp/autostart index f32a580..02e4a84 100644 --- a/writing-webapp/autostart +++ b/writing-webapp/autostart @@ -1 +1 @@ -true \ No newline at end of file +false \ No newline at end of file