feat: foundation — Docker Compose, OTEL, shared types (#65)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #65.
This commit is contained in:
2026-03-13 01:55:33 +00:00
committed by jason.woltje
parent f6f05cf23a
commit 35e4e2e527
14 changed files with 2055 additions and 26 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Database
DATABASE_URL=postgresql://mosaic:mosaic@localhost:5432/mosaic
# Valkey (Redis-compatible)
VALKEY_URL=redis://localhost:6379
# OpenTelemetry
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
OTEL_SERVICE_NAME=mosaic-gateway
# Gateway
GATEWAY_PORT=4000