feat: implement all-in-one docker compose

This commit is contained in:
Daniil Polyakov
2026-02-12 16:31:13 +03:00
parent dae1d92253
commit 09debfa74f
24 changed files with 335 additions and 45 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ pub async fn main_runner() -> Result<()> {
info!("Sequencer running. Monitoring concurrent tasks...");
let Err(err) = sequencer_handle.run_forever().await;
error!("Sequencer failed: {err:?}");
error!("Sequencer failed: {err:#}");
info!("Shutting down sequencer...");