Compare commits
1 Commits
main
..
dc89ae7c13
| Author | SHA1 | Date | |
|---|---|---|---|
| dc89ae7c13 |
@@ -2,7 +2,7 @@ name: Renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */2 * * *"
|
||||
- cron: "0/30 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
| beszel-agent | henrygd/beszel-agent:latest |
|
||||
| docker-socket-proxy | ghcr.io/tecnativa/docker-socket-proxy:latest |
|
||||
| faster-whisper | lscr.io/linuxserver/faster-whisper:latest |
|
||||
| linux-voice-assistant | ghcr.io/ohf-voice/linux-voice-assistant:1.1.11 |
|
||||
| linux-voice-assistant | ghcr.io/ohf-voice/linux-voice-assistant:1.1.10 |
|
||||
| lva-fix-permissions | ghcr.io/ohf-voice/linux-voice-assistant:latest |
|
||||
| piper | lscr.io/linuxserver/piper:latest |
|
||||
| portainer-agent | portainer/agent:latest |
|
||||
|
||||
+4
-4
@@ -125,7 +125,7 @@ services:
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:f3ac896bf07dc5689d3cb8640d9ca23ba149cdeac8b824d7d1bf85562c36223e
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:5dba82ad53b91fc8bb5f988114216218149b146c6459f13c4be76c9d2d959a6d
|
||||
ports:
|
||||
- "10300:10300"
|
||||
restart: unless-stopped
|
||||
@@ -133,7 +133,7 @@ services:
|
||||
- ${BENEDIKTA_DOCKER_DIR}/faster-whisper/:/config
|
||||
linux-voice-assistant:
|
||||
container_name: linux-voice-assistant
|
||||
image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.12@sha256:55a493792c33252e844bf079126175d63a44b220244e8d8840b947420ad4e5ab
|
||||
image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.10@sha256:cd04acd204c647da2663704c694f963d6a3c59e2815ddfcd83aa6114d41e36d5
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
user: "${PUID}:${PGID}"
|
||||
@@ -201,7 +201,7 @@ services:
|
||||
PIPER_NOISEW: 0.333 #optional
|
||||
PIPER_SPEAKER: 0 #optional
|
||||
NO_STREAMING: #optional
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:98416835a07afc152b05f54faa4da4fc299cbed0cd940b0df603ba2e10125447
|
||||
image: lscr.io/linuxserver/piper:latest@sha256:baab75c6b43040b4c03b68f02d7b9313c8f97376f8b3c75a1225924f7d5a2f61
|
||||
ports:
|
||||
- 10200:10200
|
||||
restart: unless-stopped
|
||||
@@ -209,7 +209,7 @@ services:
|
||||
- ${BENEDIKTA_DOCKER_DIR}/piper/:/config
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest@sha256:e95f767f2caa2bcccaaa130ea73a43b16b880c6c8a841b20a58abf56a8eac63c
|
||||
image: portainer/agent:latest@sha256:dc0e8285f8b4c105c3237f1cc0022f92dd265c53ced5f53b9ce7c9741144e879
|
||||
volumes:
|
||||
- /:/host
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
|
||||
Reference in New Issue
Block a user