bundles/paperless: set some options

This commit is contained in:
Franzi 2021-05-24 10:23:19 +02:00
parent df3e18b476
commit d193ec8ef3
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 8 additions and 3 deletions

View file

@ -52,6 +52,11 @@ nodes['home.paperless'] = {
},
'paperless': {
'version': 'ng-1.4.4',
'timezone': 'Europe/Berlin',
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
}