Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 2.05 KB

File metadata and controls

37 lines (33 loc) · 2.05 KB

Architecture Scheme

Planned starting architecture

                    ┌─────────────────────┐
                    │        VPS          │
                    │─────────────────────│
                    │  Docker Compose     │
                    │─────────────────────│
                    │  Syncthing Master   │
                    │  Backup Layer       │
                    └─────────┬───────────┘
                              │
                         Sync Layer
                              │
        ┌─────────────────────┼─────────────────────┐
        │                     │                     │
        ▼                     ▼                     ▼
┌──────────────┐      ┌──────────────┐      ┌──────────────┐
│  Workstation │      │    Laptop    │      │ Secondary PC │
│──────────────│      │──────────────│      │──────────────│
│  Syncthing   │      │  Syncthing   │      │  Syncthing   │
│  GitHub Repo │      │  GitHub Repo │      │  GitHub Repo │
│  IDE         │      │  IDE         │      │  IDE         │
└──────────────┘      └──────────────┘      └──────────────┘

Layer design

Layer Responsability
GitHub source control
Syncthing workspace continuity
Docker deployment reproducibility
VPS persistent synchronization node
ADRs architectural memory