Fix migration strategy docs to match production
Coolify runs migrations post-deploy via rel/overlays/bin/migrate, not on boot. Update both architecture and infrastructure docs. Closes #141
This commit is contained in:
@@ -36,7 +36,7 @@ MusicLibrary.Application (one_for_one)
|
||||
│ ├── Telemetry.Storage # Metrics storage (SQLite-backed, persistent)
|
||||
│ └── :telemetry_poller # 30s periodic measurements
|
||||
├── Oban # Background job engine
|
||||
├── Ecto.Migrator # Auto-migration on boot
|
||||
├── Ecto.Migrator # Migrations (skipped in release; run by Coolify post-deploy)
|
||||
├── Task.Supervisor (MusicLibrary.TaskSupervisor)
|
||||
├── Phoenix.PubSub (:music_library)
|
||||
└── MusicLibraryWeb.Endpoint
|
||||
|
||||
Reference in New Issue
Block a user