Merge remote-tracking branch 'origin/master'

This commit is contained in:
Timur
2025-03-02 12:37:49 +03:00
4 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ services:
- name: web - name: web
target: 80 target: 80
published: 8003 published: 8003
host_ip: 127.0.0.1 host_ip: 0.0.0.0
protocol: tcp protocol: tcp
restart: unless-stopped restart: unless-stopped
secrets: secrets:
@@ -1,9 +0,0 @@
#!/bin/sh
set -e
echo "Installing required libs..."
pip install -r checker_requirements.txt
echo "Starting Celery worker..."
celery -A config worker -l INFO
+1 -1
View File
@@ -1 +1 @@
admin J2NofXLJa57mpHVQVdNFaltSmg9gjI
@@ -1,7 +0,0 @@
pandas==2.2.3
numpy==2.2.3
matplotlib==3.10.1
scipy==1.15.2
scikit-learn==1.6.1
seaborn==0.13.2
statsmodels==0.14.4