9 Commits

Author SHA1 Message Date
Renovate Bot
04537a4a78 Update docker.io/library/redis Docker tag to v8 2026-04-10 06:07:25 +00:00
4096c9e8ec Merge pull request 'Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v1.15.0' (#309) from renovate/matrix into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/309
2026-04-08 20:19:33 +00:00
e6ffdf05fa Merge pull request 'Update Immich to v2.7.2' (#310) from renovate/immich into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/310
2026-04-08 20:19:24 +00:00
Renovate Bot
1033be0ace Update Immich to v2.7.2 2026-04-08 00:03:43 +00:00
Renovate Bot
160cb33802 Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v1.15.0 2026-04-08 00:03:39 +00:00
0ad13bb6d4 Merge pull request 'Update ghcr.io/neptunehub/audiomuse-ai Docker tag to v0.9.5' (#303) from renovate/ghcr.io-neptunehub-audiomuse-ai-0.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/303
2026-04-06 19:24:14 +00:00
79598b58f3 Merge pull request 'Update pihole/pihole Docker tag to v2026.04.0' (#306) from renovate/pihole-pihole-2026.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/306
2026-04-06 19:23:53 +00:00
Renovate Bot
f462f02186 Update pihole/pihole Docker tag to v2026.04.0 2026-04-06 00:03:09 +00:00
Renovate Bot
4f0c36116a Update ghcr.io/neptunehub/audiomuse-ai Docker tag to v0.9.5 2026-04-06 00:02:56 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ services:
# AudioMuse-AI Flask application service
audiomuse-ai-flask:
image: ghcr.io/neptunehub/audiomuse-ai:0.9.3 # Reflects deployment.yaml
image: ghcr.io/neptunehub/audiomuse-ai:0.9.5 # Reflects deployment.yaml
container_name: audiomuse-ai-flask-app
ports:
- "8013:8000"
@@ -69,7 +69,7 @@ services:
# AudioMuse-AI RQ Worker service
audiomuse-ai-worker:
image: ghcr.io/neptunehub/audiomuse-ai:0.9.3 # Reflects deployment.yaml
image: ghcr.io/neptunehub/audiomuse-ai:0.9.5 # Reflects deployment.yaml
container_name: audiomuse-ai-worker-instance
env_file:
- .env

View File

@@ -1,7 +1,7 @@
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.6.3
image: ghcr.io/immich-app/immich-server:v2.7.2
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
@@ -25,7 +25,7 @@ services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
volumes:
- model-cache:/cache
env_file:

View File

@@ -1,6 +1,6 @@
services:
broker:
image: docker.io/library/redis:7
image: docker.io/library/redis:8
restart: always
volumes:
- ${PAPERLESS_REDIS_DATA_DIR}:/data

View File

@@ -2,7 +2,7 @@
services:
pihole:
container_name: pihole
image: pihole/pihole:2026.02.0
image: pihole/pihole:2026.04.0
ports:
# DNS Ports
- "53:53/tcp"

View File

@@ -61,7 +61,7 @@ services:
ports:
- 5440:5432
mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.14.0
image: ghcr.io/element-hq/matrix-authentication-service:1.15.0
restart: always
working_dir: /config
volumes: