chore: removed sending logs to telegram by removing env vars

This commit is contained in:
ITQ
2025-01-26 14:05:56 +03:00
parent 77b09b456b
commit 827834449f
+1 -3
View File
@@ -54,9 +54,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
# Set env vars for app (sorry for that)
ENV DJANGO_DEBUG=False \
DJANGO_ALLOWED_HOSTS=* \
DJANGO_NOTIFIER_TELEGRAM_BOT_TOKEN=6196898691:AAHtiIgbLAHlELGqO4qmrKoqjWaEJohr9fY \
DJANGO_NOTIFIER_TELEGRAM_CHAT_ID=826812483
DJANGO_ALLOWED_HOSTS=*
# Start gunicorn
CMD python manage.py migrate && gunicorn config.wsgi -b ${SERVER_ADDRESS}