This commit is contained in:
Kaindl Network 2025-03-10 06:33:35 -05:00 committed by GitHub
commit 74d4d00fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,11 @@ services:
- ${HOME}/.config/gcloud/application_default_credentials.json:/app/credentials.json
ports:
- "8080:8080"
deploy:
resources:
reservations:
cpus: '0.01'
memory: 20M
depends_on:
- paperless-ngx
```