claude final draft

This commit is contained in:
buenosairesam
2025-12-29 23:44:30 -03:00
parent 116d4032e2
commit e5aafd5097
22 changed files with 2815 additions and 32 deletions

View File

@@ -21,6 +21,8 @@ RUN python -m grpc_tools.protoc \
/app/proto/metrics.proto
COPY services/gateway /app/services/gateway
COPY services/aggregator/__init__.py /app/services/aggregator/__init__.py
COPY services/aggregator/storage.py /app/services/aggregator/storage.py
COPY web /app/web
ENV PYTHONPATH=/app