mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -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 @@
|
|||||||
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
|
|
||||||
Reference in New Issue
Block a user