13 Commits

Author SHA1 Message Date
Renovate Bot
590066c193 Update ghcr.io/neptunehub/audiomuse-ai Docker tag to v0.9.6 2026-04-07 00:03:22 +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
81b5faf24b Merge pull request 'Update jellyfin/jellyfin Docker tag to v10.11.8' (#305) from renovate/jellyfin-jellyfin-10.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/305
2026-04-06 19:23:45 +00:00
1f11d757b9 Merge pull request 'Update Matrix' (#304) from renovate/matrix into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/304
2026-04-06 19:23:38 +00:00
Renovate Bot
f462f02186 Update pihole/pihole Docker tag to v2026.04.0 2026-04-06 00:03:09 +00:00
Renovate Bot
1134931b0d Update jellyfin/jellyfin Docker tag to v10.11.8 2026-04-06 00:03:04 +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
Renovate Bot
7d2569cd29 Update Matrix 2026-04-05 00:02:58 +00:00
948076c855 Merge pull request 'Update gitea/act_runner Docker tag to v0.3.1' (#298) from renovate/gitea-act_runner-0.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/298
2026-04-04 07:49:51 +00:00
dcf7a52826 Merge pull request 'Update grafana/alloy Docker tag to v1.15.0' (#299) from renovate/grafana-alloy-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/299
2026-04-04 07:49:46 +00:00
Renovate Bot
c46998c3f1 Update grafana/alloy Docker tag to v1.15.0 2026-03-31 00:03:23 +00:00
Renovate Bot
de9b8d8de8 Update gitea/act_runner Docker tag to v0.3.1 2026-03-28 00:03:12 +00:00
6 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -14,7 +14,7 @@ services:
- "3000:3000" - "3000:3000"
- "2222:2222" - "2222:2222"
gitea-runner: gitea-runner:
image: gitea/act_runner:0.3.0 image: gitea/act_runner:0.3.1
restart: always restart: always
environment: environment:
CONFIG_FILE: /config.yaml CONFIG_FILE: /config.yaml

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:10.11.7 image: jellyfin/jellyfin:10.11.8
user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID} user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID}
network_mode: 'host' network_mode: 'host'
restart: always restart: always

View File

@@ -53,7 +53,7 @@ services:
- '-target=all' - '-target=all'
alloy: alloy:
image: grafana/alloy:v1.14.1 image: grafana/alloy:v1.15.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- "12345:12345" - "12345:12345"

View File

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

View File

@@ -1,6 +1,6 @@
services: services:
element-call-auth-service: element-call-auth-service:
image: ghcr.io/element-hq/lk-jwt-service:0.4.1 image: ghcr.io/element-hq/lk-jwt-service:0.4.2
container_name: element-call-jwt container_name: element-call-jwt
hostname: auth-server hostname: auth-server
environment: environment:
@@ -13,7 +13,7 @@ services:
ports: ports:
- 8071:8080 - 8071:8080
element-call-livekit: element-call-livekit:
image: livekit/livekit-server:v1.10.0 image: livekit/livekit-server:v1.10.1
command: --config /etc/livekit.yaml command: --config /etc/livekit.yaml
ports: ports:
- "7880:7880/tcp" - "7880:7880/tcp"