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

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #66.
This commit is contained in:
2026-03-13 02:06:00 +00:00
committed by jason.woltje
parent bf2cb3a271
commit 573484c83e
2 changed files with 11 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
# Database
DATABASE_URL=postgresql://mosaic:mosaic@localhost:5432/mosaic
# Database (port 5433 avoids conflict with host PostgreSQL)
DATABASE_URL=postgresql://mosaic:mosaic@localhost:5433/mosaic
# Valkey (Redis-compatible)
VALKEY_URL=redis://localhost:6379
# Valkey (Redis-compatible, port 6380 avoids conflict with host Redis/Valkey)
VALKEY_URL=redis://localhost:6380
# Docker Compose host port overrides (optional)
# PG_HOST_PORT=5433
# VALKEY_HOST_PORT=6380
# OpenTelemetry
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318