feat: drop fork, use official image + plugin URLs for Hermes (#52, ready-to-merge) #53

Open
Hermes wants to merge 4 commits from merge/drop-fork-use-plugins-into-master into master
2 changed files with 21 additions and 28 deletions
Showing only changes of commit d1ba93fd38 - Show all commits

View File

@@ -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 \"$@\"",