Pinning image versions for Renovate.

This commit is contained in:
2025-09-06 05:35:17 -04:00
parent 540e6be83b
commit aeda64d6d8
+4 -4
View File
@@ -10,7 +10,7 @@ services:
container_name: adguard container_name: adguard
environment: environment:
TZ: ${TZ} TZ: ${TZ}
image: adguard/adguardhome:latest image: adguard/adguardhome:v0.107.65
network_mode: host network_mode: host
privileged: true privileged: true
# ports: # ports:
@@ -98,7 +98,7 @@ services:
environment: environment:
TZ: ${TZ} TZ: ${TZ}
HASS_URL: http://192.168.1.252:8123 HASS_URL: http://192.168.1.252:8123
image: ghcr.io/matt8707/ha-fusion image: ghcr.io/matt8707/ha-fusion:2024.10.1
labels: labels:
com.centurylinklabs.watchtower.monitor-only: true com.centurylinklabs.watchtower.monitor-only: true
ports: ports:
@@ -125,7 +125,7 @@ services:
- /run/dbus:/run/dbus:ro - /run/dbus:/run/dbus:ro
ollama: ollama:
container_name: ollama container_name: ollama
image: ollama/ollama:latest image: ollama/ollama:0.11.10
ports: ports:
- 11434:11434 - 11434:11434
restart: unless-stopped restart: unless-stopped
@@ -171,7 +171,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
webhook: webhook:
command: '-verbose -hooks=/etc/webhook/hooks.json -hotreload' command: '-verbose -hooks=/etc/webhook/hooks.json -hotreload'
image: thecatlady/webhook:latest image: thecatlady/webhook:2.8.1
container_name: webhook container_name: webhook
ports: ports:
- 9000:9000 - 9000:9000