diff --git a/c12s/docker-compose.misc.yml b/c12s/docker-compose.misc.yml index f5bc03b..be31933 100644 --- a/c12s/docker-compose.misc.yml +++ b/c12s/docker-compose.misc.yml @@ -1,3 +1,4 @@ +name: ovosmisc services: beszel-agent: image: henrygd/beszel-agent @@ -20,4 +21,12 @@ services: - /var/run/docker.sock:/var/run/docker.sock restart: always ports: - - 9001:9001 \ No newline at end of file + - 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 \ No newline at end of file diff --git a/c12s/ovos-conf/mycroft.conf b/c12s/ovos-conf/benedikta.conf.j2 similarity index 92% rename from c12s/ovos-conf/mycroft.conf rename to c12s/ovos-conf/benedikta.conf.j2 index 3de789c..74d9f4a 100644 --- a/c12s/ovos-conf/mycroft.conf +++ b/c12s/ovos-conf/benedikta.conf.j2 @@ -40,7 +40,7 @@ "PHAL": { "ovos-PHAL-plugin-homeassistant": { "host": "http://192.168.1.253:8123", - "api_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "api_key": "{{ ha_access_token }}" } }, "tts": {