mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
Added Ressource Reservation to have a (small) minimum available for paperless-gpt
This commit is contained in:
parent
0fcc4fcf30
commit
e42181d544
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ services:
|
||||||
- ./prompts:/app/prompts # Mount the prompts directory
|
- ./prompts:/app/prompts # Mount the prompts directory
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
cpus: '0.01'
|
||||||
|
memory: 20M
|
||||||
depends_on:
|
depends_on:
|
||||||
- paperless-ngx
|
- paperless-ngx
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue