From 37789f4efc401be79351ddd4d3cc2d4ea15116de Mon Sep 17 00:00:00 2001 From: Konstantin Nosov Date: Tue, 17 Jan 2023 21:25:40 +0100 Subject: [PATCH] add fly.io example --- Deployment-examples.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Deployment-examples.md b/Deployment-examples.md index f0c6f0c..556f1ae 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -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