From 77b09b456ba9acd73503a4a15d08a1db1cc32301 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sun, 26 Jan 2025 13:34:12 +0300 Subject: [PATCH] chore: updated notifier chat id in Dockerfile --- solution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/Dockerfile b/solution/Dockerfile index 300b252..e371040 100644 --- a/solution/Dockerfile +++ b/solution/Dockerfile @@ -56,7 +56,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ ENV DJANGO_DEBUG=False \ DJANGO_ALLOWED_HOSTS=* \ DJANGO_NOTIFIER_TELEGRAM_BOT_TOKEN=6196898691:AAHtiIgbLAHlELGqO4qmrKoqjWaEJohr9fY \ - DJANGO_NOTIFIER_TELEGRAM_CHAT_ID=-1002304409222 + DJANGO_NOTIFIER_TELEGRAM_CHAT_ID=826812483 # Start gunicorn CMD python manage.py migrate && gunicorn config.wsgi -b ${SERVER_ADDRESS}