feat: add all 14 custom plugin URLs, remove install.sh from entrypoint
Some checks are pending
Build Hermes agent / build (pull_request) Waiting to run
Build ollama (gfx906) / build (pull_request) Waiting to run

This commit is contained in:
2026-06-17 12:15:47 -04:00
parent d1ba93fd38
commit 4da359b8a4

View File

@@ -29,10 +29,10 @@ services:
build:
context: ./hermes
args:
HERMES_PLUGIN_URLS: "git+https://code.lazyworkhorse.net/gortium/hermes-piper-plugin.git;git+https://code.lazyworkhorse.net/gortium/hermes-identity-plugin.git"
HERMES_PLUGIN_URLS: "git+https://code.lazyworkhorse.net/Hermes/hermes-infra-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-connecteam-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-email-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-fabric-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-file-processor-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-latex-plugin.git;git+https://code.lazyworkhorse.net/gortium/hermes-identity-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-ollama-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-org-plugin.git;git+https://code.lazyworkhorse.net/gortium/hermes-piper-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-qet-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-shorts-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-vcs-plugin.git;git+https://code.lazyworkhorse.net/Hermes/hermes-plugin-media-extensions.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 \"$@\"",
"bash /usr/local/bin/run-multi-gateways.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",
"hermes-entrypoint"]
restart: always
# Gateway run enables the internal API server on port 8642