feat: drop fork, use official image + plugin URLs #52
@@ -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 \"$@\"",
|
||||
|
||||
Reference in New Issue
Block a user