Point meshmon.ghost.tel to ubuntu-dev instance
Some checks failed
Deploy Stacks / deploy-prod (push) Successful in 14s
Deploy Stacks / deploy-dev (push) Has been cancelled

The meshmonitor container is running on ubuntu-dev, not docker-dev.
Having both instances fight over the same Meshtastic node TCP connection
was causing repeated ECONNRESET disconnects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 12:58:07 -05:00
parent 077d40321d
commit 9ad35b77d8

View File

@@ -94,7 +94,7 @@ services:
- "traefik.http.services.picam.loadbalancer.passHostHeader=true"
- "traefik.http.services.library.loadbalancer.server.url=http://docker-dev:8033/"
- "traefik.http.services.library.loadbalancer.passHostHeader=true"
- "traefik.http.services.meshmon.loadbalancer.server.url=http://docker-dev:8383/"
- "traefik.http.services.meshmon.loadbalancer.server.url=http://ubuntu-dev:8383/"
- "traefik.http.services.meshmon.loadbalancer.passHostHeader=true"
- "traefik.http.services.skeyta.loadbalancer.server.url=http://ramiel.localdomain:8"
- "traefik.http.services.skeyta.loadbalancer.passHostHeader=true"