logowanie dla health

This commit is contained in:
Mateusz Gruszczyński
2025-10-06 08:51:41 +02:00
parent e62421d374
commit 2d4834a2be
3 changed files with 39 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y build-essential libmaxminddb0 libmaxmin
RUN pip install --no-cache-dir -r app/requirements.txt
COPY . /app
ENV PYTHONUNBUFFERED=1
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "logging.yml"]