migrate to using db connection string from env

This commit is contained in:
Viktor Barzin 2025-06-22 21:16:55 +00:00
parent 84a55eefde
commit efe3248c07
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
9 changed files with 375 additions and 177 deletions

View file

@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libglib2.0-0 \
tesseract-ocr \
tesseract-ocr-eng \
libmariadb-dev \
&& rm -rf /var/lib/apt/lists/*
# Install Poetry