feat: drop fork, use official image + plugin URL build arg

This commit is contained in:
2026-05-24 19:47:08 -04:00
parent 3d90f57e7f
commit 317a5b23af
2 changed files with 21 additions and 28 deletions

View File

@@ -28,8 +28,8 @@ services:
hermes:
build:
context: ./hermes
ssh:
- default
args:
HERMES_PLUGIN_URLS: ""
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 \"$@\"",