update deps

This commit is contained in:
austnv
2026-06-14 14:48:02 +03:00
parent 6a7542fc39
commit bada2c1ecb
3 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ services:
- 8000
command: >
sh -c "pip install --no-cache-dir uv &&
uv sync --frozen &&
fastapi run"
uv sync --frozen --no-dev &&
uvicorn main:app --host 0.0.0.0 --port 8000"
networks:
- remnawave-network
restart: always