fix adresses
All checks were successful
Build Docker / deploy (push) Successful in 45s
Build Docker / build (push) Successful in 55s

This commit is contained in:
2026-05-17 19:21:48 +03:00
parent ca966f0bc6
commit f6e9b359ce

2
run.py
View File

@@ -22,7 +22,7 @@ async def init_admin(user_name: str):
def start(log_level: str):
uvicorn.run(
"server.backend.endpoints.endpoints:api",
host="127.0.0.1",
host="0.0.0.0",
port=settings.PORT,
reload=False,
log_level=log_level,