Set API host to 0.0.0.0

This commit is contained in:
Andrey Danilov
2024-05-18 22:37:40 +03:00
parent b0396d3303
commit 0388a25157

View File

@@ -37,7 +37,7 @@ api = ["uvicorn", "fastapi"]
rvc = "rvc.wrapper.cli.cli:main"
[tool.poe.tasks]
rvc-api = "uvicorn rvc.wrapper.api.api:app --reload"
rvc-api = "uvicorn rvc.wrapper.api.api:app --host 0.0.0.0 --port 8000 --reload"
[build-system]
requires = ["poetry-core"]