feat: save registered accounts to postgres

This commit is contained in:
mmc
2026-03-19 14:32:17 +08:00
parent 6a250fe6a1
commit 2904e43b1f
11 changed files with 235 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update && \
WORKDIR /app
COPY requirements.txt pyproject.toml README.md ./
COPY main.py run.py support.py ./
COPY main.py run.py support.py account_store.py ./
COPY openai_pool_orchestrator ./openai_pool_orchestrator
COPY config ./config