add --reload to hot reload
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
sh -c "pip install --no-cache-dir uv &&
|
sh -c "pip install --no-cache-dir uv &&
|
||||||
uv sync --frozen --no-dev &&
|
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:
|
networks:
|
||||||
- remnawave-network
|
- remnawave-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user