Scale up bitwarden slightly

Should be able to handle a bit more, faster
This commit is contained in:
Jake Howard 2021-04-02 12:32:33 +01:00
parent e0311111af
commit f0193b5807
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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: