diff --git a/ai/compose.yml b/ai/compose.yml index 7d1c8c4..bc0cd4f 100644 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -32,7 +32,7 @@ services: - default container_name: hermes entrypoint: ["/bin/bash", "-c", - "bash /opt/data/hermes-tools/install.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"", + "bash /opt/data/hermes-tools/install.sh && bash /opt/data/hermes-tools/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 @@ -43,7 +43,7 @@ services: # Multi-profile: comma-separated list of profiles to run as gateways. # The entrypoint reads this and starts one gateway per profile. # Add profiles here when they exist on disk (e.g. default,researcher,writer) - - HERMES_PROFILES=default + - HERMES_PROFILES=ashley,claire,finn,matt,paul - API_SERVER_ENABLED=true - API_SERVER_PORT=8642 - API_SERVER_HOST=0.0.0.0