mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 22:59:39 +02:00
* feat(self-hosting): add docker-compose and ghcr release workflow * WIP: address review comments * WIP: fix linting
25 lines
914 B
Markdown
25 lines
914 B
Markdown
The fastest way to get your own version of Maybe running is a "one-click deploy". Below are the currently supported platforms:
|
|
|
|
## One-Click Deploys
|
|
|
|
### Render (recommended)
|
|
|
|
<a href="https://render.com/deploy?repo=https://github.com/maybe-finance/maybe">
|
|
<img src="https://render.com/images/deploy-to-render-button.svg" alt="Deploy to Render" />
|
|
</a>
|
|
|
|
1. Click the button above
|
|
2. Follow the instructions in the [Render self-hosting guide](self-hosting/render.md)
|
|
|
|
## Docker
|
|
|
|
**Estimated cost:** $5-15 per month
|
|
|
|
Please see the [Docker self-hosting guide](self-hosting/docker.md) for detailed setup instructions.
|
|
|
|
## Self hosting disclaimer
|
|
|
|
While we attempt to provide cost-effective deployment options, please remember,
|
|
**self-hosting _may_ incur monthly charges on your hosting platform of
|
|
choice**. While we provide cost estimates for each deployment option, it is
|
|
your responsibility to manage these costs.
|