mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 06:15:37 +01:00
Init
This commit is contained in:
6
scripts/start_production.sh
Normal file
6
scripts/start_production.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
cd /app
|
||||
|
||||
rm -rf prometheus
|
||||
mkdir prometheus
|
||||
|
||||
uvicorn main:app --host 0.0.0.0 --port 8080 --loop uvloop
|
||||
3
scripts/start_production_taskiq.sh
Normal file
3
scripts/start_production_taskiq.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
cd /app
|
||||
|
||||
taskiq worker core.taskiq_broker:broker
|
||||
Reference in New Issue
Block a user