Rename of custom OVOS config.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
name: ovosmisc
|
||||||
services:
|
services:
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
image: henrygd/beszel-agent
|
image: henrygd/beszel-agent
|
||||||
@@ -20,4 +21,12 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9001:9001
|
- 9001:9001
|
||||||
|
ovos_config:
|
||||||
|
container_name: ovos_config
|
||||||
|
image: ghcr.io/oscillatelabsllc/ovos-skill-config-tool:latest
|
||||||
|
ports:
|
||||||
|
- 14152:8000
|
||||||
|
user: $(id -u):$(id -g)
|
||||||
|
volumes:
|
||||||
|
- $HOME/.config:/home/appuser/.config
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"PHAL": {
|
"PHAL": {
|
||||||
"ovos-PHAL-plugin-homeassistant": {
|
"ovos-PHAL-plugin-homeassistant": {
|
||||||
"host": "http://192.168.1.253:8123",
|
"host": "http://192.168.1.253:8123",
|
||||||
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
"api_key": "{{ ha_access_token }}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tts": {
|
"tts": {
|
||||||
Reference in New Issue
Block a user