Update start scripts

This commit is contained in:
2025-02-19 16:05:32 +01:00
parent f9603712e8
commit a95d80c8dc
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#! /usr/bin/env sh #! /usr/bin/env sh
/opt/venv/bin/python main.py $1 uv run main.py $1

View File

@@ -1,3 +1,3 @@
#! /usr/bin/env sh #! /usr/bin/env sh
/opt/venv/bin/taskiq scheduler core.broker:scheduler modules.tasks uv run taskiq scheduler core.broker:scheduler modules.tasks

View File

@@ -1,3 +1,3 @@
#! /usr/bin/env sh #! /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

View File

@@ -1,3 +1,3 @@
#! /usr/bin/env sh #! /usr/bin/env sh
/opt/venv/bin/taskiq worker core.broker:broker modules.tasks uv run taskiq worker core.broker:broker modules.tasks