Update docker-compose.yml

This commit is contained in:
2026-04-21 19:36:33 +02:00
parent 081c4c0249
commit b4d6af940f
-2
View File
@@ -20,7 +20,6 @@ services:
- /mnt/user/appdata/hermes-agent/data:/opt/data
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/home/hermes/.ssh/id_ed25519:ro
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
expose:
- "8642"
networks:
@@ -52,7 +51,6 @@ services:
GATEWAY_HEALTH_URL: http://hermes-gateway:8642
volumes:
- /mnt/user/appdata/hermes-agent/data:/opt/data:ro
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
networks:
- hermes_net
- frontend_net