mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Update start scripts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
/opt/venv/bin/python main.py $1
|
||||
uv run main.py $1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
/opt/venv/bin/taskiq scheduler core.broker:scheduler modules.tasks
|
||||
uv run taskiq scheduler core.broker:scheduler modules.tasks
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
/opt/venv/bin/uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
|
||||
uv run uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#! /usr/bin/env sh
|
||||
|
||||
/opt/venv/bin/taskiq worker core.broker:broker modules.tasks
|
||||
uv run taskiq worker core.broker:broker modules.tasks
|
||||
|
||||
Reference in New Issue
Block a user