Added indexes to logs

This commit is contained in:
Ultradesu
2025-07-21 04:18:27 +03:00
parent 47572d64c6
commit 6d56eb7eab
3 changed files with 18 additions and 8 deletions

View File

@@ -19,8 +19,8 @@ services:
redis:
condition: service_healthy
command: >
sh -c "sleep 3 &&
python manage.py makemigrations vpn &&
sh -c "sleep 1 &&
python manage.py makemigrations &&
python manage.py migrate &&
python manage.py create_admin &&
python manage.py runserver 0.0.0.0:8000"