0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

add fly.io example

Konstantin Nosov 2023-01-17 21:25:40 +01:00
parent bbf48f5d2c
commit 37789f4efc

@ -12,6 +12,13 @@ This page is an index of standalone deployment examples. If adding a new example
Installs vaultwarden on Heroku using all free addons. Takes about 15 minutes to install.
## Fly.io
* https://github.com/nosovk/vaultwarden-fly-io/blob/main/fly.toml
Installs vaultwarden with SQLite database. But you need to create volume for database
```flyctl volumes create vaultwarden_data -a [your app name] -s 1```
## Kubernetes
* https://github.com/icicimov/kubernetes-bitwarden_rs