Skip to content

overview

github-actions[bot] edited this page Jan 4, 2026 · 2 revisions

id: overview title: Self-Hosting Overview sidebar_label: Overview sidebar_position: 1

Self-Hosting Guide

Complete guide for deploying Eclosion on your own infrastructure outside of Railway.

System Requirements

Minimum Requirements

Resource Minimum Recommended
CPU 1 core 2 cores
RAM 256 MB 512 MB
Disk 500 MB 1 GB
Architecture amd64 or arm64 -

Software Requirements

  • Docker 20.10+ with Docker Compose v2
  • OR Python 3.11+ and Node.js 20+ (for bare metal)

Network Requirements

  • Outbound HTTPS (443) to api.monarchmoney.com
  • Inbound port of your choice (default: 5001)

Deployment Options

Choose the deployment method that works best for your infrastructure:

Recommended: Docker

The easiest way to run Eclosion. See the Docker Quick Start guide.

Platform-Specific Guides

What's Next?

  1. Start with the Docker Quick Start for the fastest setup
  2. Review Security to understand how your credentials are protected
  3. Set up Reverse Proxy for HTTPS access
  4. Configure Monitoring for production deployments

Clone this wiki locally