Update timezone from Europe/London to Europe/Moscow across configuration, backend, and frontend files for consistent time handling.

This commit is contained in:
vrubel 2025-12-30 14:26:14 +03:00
parent 457dc74485
commit 60409362c7
8 changed files with 13 additions and 13 deletions

View file

@ -16,7 +16,7 @@ COPY backend/ ./backend/
COPY frontend/ ./frontend/
# Переменные окружения
ENV TZ=Europe/London
ENV TZ=Europe/Moscow
ENV PYTHONPATH=/app
# Запуск приложения