10 Commits

Author SHA1 Message Date
Renovate Bot
88d44e41f9 Update Immich to v1.126.1 2025-02-11 00:01:38 +00:00
74f481d44c Merge pull request 'Update vaultwarden/server Docker tag to v1.33.2' (#60) from renovate/vaultwarden-server-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/60
2025-02-10 06:04:57 +00:00
Renovate Bot
64de9d07f9 Update vaultwarden/server Docker tag to v1.33.2 2025-02-10 00:01:45 +00:00
8f9e901f7e Merge pull request 'Update gitea/gitea Docker tag to v1.23.3' (#57) from renovate/gitea-gitea-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/57
2025-02-07 06:06:15 +00:00
Renovate Bot
56bef7b03e Update gitea/gitea Docker tag to v1.23.3 2025-02-07 00:01:08 +00:00
9d1b4409a7 Use new Pocket ID image location 2025-02-06 08:58:45 +00:00
4cddf8c2a5 Merge pull request 'Update stonith404/pocket-id Docker tag to v0.28.0' (#47) from renovate/stonith404-pocket-id-0.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/47
2025-02-04 08:10:03 +00:00
Renovate Bot
ccfd7e32a0 Update stonith404/pocket-id Docker tag to v0.28.0 2025-02-04 00:00:57 +00:00
caa34f4f73 Merge pull request 'Update vaultwarden/server Docker tag to v1.33.1' (#55) from renovate/vaultwarden-server-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/55
2025-02-03 15:42:17 +00:00
Renovate Bot
4943235f2b Update vaultwarden/server Docker tag to v1.33.1 2025-02-03 15:41:13 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
services: services:
gitea: gitea:
container_name: gitea container_name: gitea
image: gitea/gitea:1.23.1-rootless image: gitea/gitea:1.23.3-rootless
restart: always restart: always
volumes: volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea - ${GITEA_DATA_LOCATION}:/var/lib/gitea

View File

@@ -1,7 +1,7 @@
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.125.6 image: ghcr.io/immich-app/immich-server:v1.126.1
# extends: # extends:
# file: hwaccel.transcoding.yml # file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
@@ -24,7 +24,7 @@ services:
container_name: immich_machine_learning container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda # Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.125.6 image: ghcr.io/immich-app/immich-machine-learning:v1.126.1
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml # file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable # service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: pocket-id:
image: stonith404/pocket-id:v0.27.1 image: ghcr.io/pocket-id/pocket-id:v0.29.0
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
ports: ports:

View File

@@ -1,7 +1,7 @@
services: services:
vaultwarden: vaultwarden:
container_name: vaultwarden container_name: vaultwarden
image: vaultwarden/server:1.33.0 image: vaultwarden/server:1.33.2
restart: always restart: always
volumes: volumes:
- ${VAULTWARDEN_DATA_LOCATION}:/data/ - ${VAULTWARDEN_DATA_LOCATION}:/data/