Skip to content

This is a sample of Mongodb configuration to deploy on Fly.io

Notifications You must be signed in to change notification settings

zolghadri/Fly.io-mongo-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fly.io

Mongodb Sample

This is a sample of Mongodb configuration to deploy on Fly.io

Requirements

Logged in to your account using fly auth login.

Follow the steps

1. Create an app

fly apps create <AppName>

2. Set your mongo credentials

fly secrets set MONGO_INITDB_ROOT_USERNAME=<Username> MONGO_INITDB_ROOT_PASSWORD=<Password> MONGO_INITDB_DATABASE=<DbName> --app <AppName>

3.Deploy your files

fly deploy --app <AppName>

About

This is a sample of Mongodb configuration to deploy on Fly.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published