diff --git a/ai/compose.yml b/ai/compose.yml index b5910a7..5c87263 100755 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -29,7 +29,7 @@ services: build: context: ./hermes args: - HERMES_PLUGIN_URLS: "" + HERMES_PLUGIN_URLS: "git+https://code.lazyworkhorse.net/gortium/hermes-piper-plugin.git;git+https://code.lazyworkhorse.net/gortium/hermes-identity-plugin.git" container_name: hermes entrypoint: ["/bin/bash", "-c", "bash /opt/data/hermes-tools/install.sh && bash /usr/local/bin/run-multi-gateways.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",