add --reload to hot reload
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ services:
|
||||
command: >
|
||||
sh -c "pip install --no-cache-dir uv &&
|
||||
uv sync --frozen --no-dev &&
|
||||
uv run uvicorn main:app --host 0.0.0.0 --port 8000"
|
||||
uv run uvicorn main:app --host 0.0.0.0 --port 8000 --reload"
|
||||
networks:
|
||||
- remnawave-network
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user