Skip to content

chore: docker-compose.yml (app + frontend + jaeger)#35

Merged
constk merged 1 commit into
developfrom
feat/7-docker-compose
Apr 26, 2026
Merged

chore: docker-compose.yml (app + frontend + jaeger)#35
constk merged 1 commit into
developfrom
feat/7-docker-compose

Conversation

@constk
Copy link
Copy Markdown
Owner

@constk constk commented Apr 26, 2026

Summary

  • Port docker-compose.yml from Teller. Three services: app (port 8000), frontend (port 5173, Vite dev server with bind-mounted source for HMR), jaeger (UI 16686, OTLP gRPC 4317, OTLP HTTP 4318).
  • Switch frontend service from Teller's static-nginx pattern to Vite dev server (matches the issue's "Vite dev server in dev mode, port 5173" acceptance criterion).
  • Replace Teller's bespoke OTEL_ENDPOINT env var with the standard OTEL_EXPORTER_OTLP_{ENDPOINT,PROTOCOL} + OTEL_SERVICE_NAME triple — matches what the OTel Python SDK reads (wired in feat: observability setup (OTel SDK, OTLP exporter, structured logging, span helpers) #19).
  • Make .env optional (env_file.required: false) so docker compose up works on a fresh clone before secrets are configured.

Closes #7.

Test plan

🤖 Generated with Claude Code

Port docker-compose.yml from Teller. Switch the frontend service from a static
nginx build (Teller) to a Vite dev server on port 5173 with bind-mounted source
for HMR. Bump OTel env vars from OTEL_ENDPOINT to the standard
OTEL_EXPORTER_OTLP_ENDPOINT/OTEL_EXPORTER_OTLP_PROTOCOL/OTEL_SERVICE_NAME triple
(matches what the OTel SDK reads in #19). Make .env optional via env_file.path
+required:false so first-time `docker compose up` works without a .env file.

Closes #7

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@constk constk merged commit 77f0bf0 into develop Apr 26, 2026
@constk constk deleted the feat/7-docker-compose branch April 26, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant