feat: Added redis as storage for states, improvements in docker compose, added /cancel command, small improvements

This commit is contained in:
ITQ
2024-03-21 23:16:46 +03:00
parent 597d629954
commit b655adafe6
12 changed files with 282 additions and 135 deletions
-5
View File
@@ -10,8 +10,3 @@ RUN pip install --no-cache-dir -r prod.txt
# Copy the rest of the application files
COPY . .
# Apply migrations
# RUN alembic -c app/alembic.ini upgrade head
CMD ["python", "-m", "app"]