Compare commits
13 Commits
f9bea767a3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0931ce3129 | |||
| 006644dc74 | |||
| 02c940c07c | |||
| cd26e2eb47 | |||
| 0c73422610 | |||
| 828497437d | |||
| 46fbfaa905 | |||
| c4ec0acb12 | |||
| 99fc9a7895 | |||
| d8e340f6ea | |||
| 677fae17bf | |||
| dcb4bfa6d9 | |||
| d711bd0752 |
@@ -2,7 +2,7 @@ name: Renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0/30 * * * *"
|
||||
- cron: "0 */2 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
+3
-3
@@ -125,7 +125,7 @@ services:
|
||||
LOCAL_ONLY: #optional
|
||||
WHISPER_BEAM: 1 #optional
|
||||
WHISPER_LANG: en #optional
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:98bbc45d7c9540864b4ed786d27ed8c0095c00eda991cc988f048c0121495618
|
||||
image: lscr.io/linuxserver/faster-whisper:latest@sha256:f3ac896bf07dc5689d3cb8640d9ca23ba149cdeac8b824d7d1bf85562c36223e
|
||||
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.11@sha256:87ff162d33e68e520bc8a67177b2ba9b626b288d00debc20f3f467b4c9387b2c
|
||||
image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.12@sha256:55a493792c33252e844bf079126175d63a44b220244e8d8840b947420ad4e5ab
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
user: "${PUID}:${PGID}"
|
||||
@@ -209,7 +209,7 @@ services:
|
||||
- ${BENEDIKTA_DOCKER_DIR}/piper/:/config
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest@sha256:236246fc09b3e7e9269aad53e57ec71f27b7e114a2b6b70d4fd98c117ccc36d8
|
||||
image: portainer/agent:latest@sha256:e95f767f2caa2bcccaaa130ea73a43b16b880c6c8a841b20a58abf56a8eac63c
|
||||
volumes:
|
||||
- /:/host
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
|
||||
Reference in New Issue
Block a user