fix: Jaeger image tag + remap PG/Valkey ports #66

Merged
jason.woltje merged 1 commits from fix/docker-compose-ports into main 2026-03-13 02:06:00 +00:00
Owner

Summary

  • Pin Jaeger to ( is not a valid tag)
  • Remap PG host port to 5433, Valkey to 6380 to avoid conflict with existing host containers
  • Ports are env-configurable via /

Verification

  • All 4 containers boot healthy
  • OTEL pipeline verified: gateway traces visible in Jaeger at :16686
  • PG connectivity confirmed, Valkey PONG confirmed
## Summary - Pin Jaeger to ( is not a valid tag) - Remap PG host port to 5433, Valkey to 6380 to avoid conflict with existing host containers - Ports are env-configurable via / ## Verification - All 4 containers boot healthy - OTEL pipeline verified: gateway traces visible in Jaeger at :16686 - PG connectivity confirmed, Valkey PONG confirmed
jason.woltje added 1 commit 2026-03-13 02:05:50 +00:00
jaegertracing/jaeger:2 is not a valid Docker Hub tag — pin to 2.6.0.
Remap PG to 5433 and Valkey to 6380 to avoid conflicts with existing
host containers (sage-postgres, mosaic-valkey on 5432/6379).
Ports are env-configurable via PG_HOST_PORT / VALKEY_HOST_PORT.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 573484c83e into main 2026-03-13 02:06:00 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#66