mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-10 15:36:19 +01:00
Use --noreload for permanent server start commands
Without it, the server is highly resource-intensive even when running idle
This commit is contained in:
parent
f61fa06993
commit
1f2079f65a
4 changed files with 8 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
# value with nothing.
|
||||
environment:
|
||||
- PAPERLESS_OCR_LANGUAGES=
|
||||
command: ["runserver", "--insecure", "0.0.0.0:8000"]
|
||||
command: ["runserver", "--insecure", "--noreload", "0.0.0.0:8000"]
|
||||
|
||||
consumer:
|
||||
build: ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue