Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -183,7 +183,7 @@ jobs:
|
||||
HC_VAULT_SECRETS_PATH: benedikta-docker/env
|
||||
|
||||
- name: Docker Compose Dry Run
|
||||
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||
with:
|
||||
mode: compose
|
||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||
@@ -304,7 +304,7 @@ jobs:
|
||||
HC_VAULT_SECRETS_PATH: benedikta-docker/env
|
||||
|
||||
- name: Docker Compose Deployment
|
||||
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||
with:
|
||||
mode: compose
|
||||
file: ${{ needs.docker-compose-dry-run.outputs.compose_file_list }}
|
||||
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
HC_VAULT_SECRETS_PATH: benedikta-docker/env
|
||||
|
||||
- name: Docker Compose Deployment
|
||||
uses: cssnr/stack-deploy-action@d58b92bcd776afc57ef12f55bafff71200fd218e # v1.4.0
|
||||
uses: cssnr/stack-deploy-action@28c3c6f42b225af7100652b459621c0c966fd901 # v1.5.0
|
||||
with:
|
||||
mode: compose
|
||||
file: ${{ steps.compose_file_list.outputs.compose_list }}
|
||||
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
RENOVATE_VERSION: "42.26.11"
|
||||
RENOVATE_VERSION: "42.50.3"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
||||
+2
-2
@@ -73,14 +73,14 @@ services:
|
||||
container_name: wyoming-satellite
|
||||
devices:
|
||||
- /dev/snd
|
||||
image: sker65/wyoming-satellite
|
||||
image: sker65/wyoming-satellite@sha256:581e592794db847aee730e7c8cbf23217e9f779724f9f8b004072ddc4f3a701d
|
||||
ports:
|
||||
- 10700:10700
|
||||
restart: unless-stopped
|
||||
wyoming-openwakeword:
|
||||
command: "--preload-model ok_nabu --debug"
|
||||
container_name: wyoming-openwakeword
|
||||
image: rhasspy/wyoming-openwakeword
|
||||
image: rhasspy/wyoming-openwakeword@sha256:52cb1168731a1849fc28cf339c935fde58746bbabc94226668a40ef6ddf5d42b
|
||||
ports:
|
||||
- 10400:10400
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user