mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
Merge e42181d544
into 72a23ac51e
This commit is contained in:
commit
74d4d00fbf
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ services:
|
||||||
- ${HOME}/.config/gcloud/application_default_credentials.json:/app/credentials.json
|
- ${HOME}/.config/gcloud/application_default_credentials.json:/app/credentials.json
|
||||||
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