Update README.md

This commit is contained in:
2026-01-31 12:09:02 +00:00
parent 18d2c59f7c
commit 99c59cc9a3

View File

@@ -47,38 +47,6 @@ Generate a reusable auth key from https://login.tailscale.com/admin/settings/key
Once deployed: https://prefect.taila5ad8.ts.net
## Architecture
```
┌─────────────────────────────────────────────────────────────────────────┐
│ Tailscale Network │
├─────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌─────────────┐ ┌────────────────┐ │
│ │ Tailscale │◀───▶│ Prefect │◀───▶│ PostgreSQL │ │
│ │ Sidecar │ │ Server │ │ (external) │ │
│ │ :443 │ │ :4200 │ │ │ │
│ └──────────────┘ └──────┬──────┘ └────────────────┘ │
│ ▲ │ │
│ │ ┌─────▼─────┐ │
│ │ │ Redis │ │
│ │ │(messaging)│ │
│ │ └───────────┘ │
│ │ ▲ │
│ │ ┌─────┴─────┐ │
│ │ │ Prefect │ │
│ │ │ Services │ │
│ │ │(background)│ │
│ │ └───────────┘ │
│ │ │
│ │ ┌─────────────────┐ ┌─────────────┐ │
│ └─────────────▶│ Prefect Worker │◀───▶│ Garage │ │
│ │ (pg-backup-pool)│ │ (S3) │ │
│ └─────────────────┘ └─────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────────┘
```
## Services
| Service | Description | Image |