data fixes, partial custom indicator support

This commit is contained in:
2026-04-08 21:28:31 -04:00
parent b701554996
commit a70dcd954f
81 changed files with 5438 additions and 1852 deletions

View File

@@ -40,6 +40,7 @@ WORKDIR /app
# Install runtime dependencies only
RUN apt-get update && apt-get install -y --no-install-recommends \
libzmq5 \
git \
&& rm -rf /var/lib/apt/lists/*
# Create non-root user
@@ -76,6 +77,7 @@ USER dexorder
# Environment variables (can be overridden in k8s)
ENV PYTHONUNBUFFERED=1 \
MPLCONFIGDIR=/tmp \
NUMBA_CACHE_DIR=/tmp/numba_cache \
LOG_LEVEL=INFO \
CONFIG_PATH=/app/config/config.yaml \
SECRETS_PATH=/app/config/secrets.yaml \