Scale up bitwarden slightly
Should be able to handle a bit more, faster
This commit is contained in:
parent
e0311111af
commit
f0193b5807
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ services:
|
|||
- SHOW_PASSWORD_HINT=false
|
||||
- DATABASE_URL=postgres://bitwarden:{{ bitwarden_database_password }}@db/bitwarden
|
||||
- INVITATIONS_ALLOWED=false
|
||||
- ROCKET_WORKERS=2
|
||||
- ROCKET_WORKERS={{ ansible_processor_nproc }}
|
||||
- WEBSOCKET_ENABLED=true
|
||||
|
||||
db:
|
||||
|
|
Loading…
Reference in a new issue