Skip to content

Conversation

Einliterflasche
Copy link

@Einliterflasche Einliterflasche commented Sep 29, 2025

Note

Introduces a typed Docker Compose generator and interactive setup wizard for the orchestrator, adds rendezvous-server to CI builds, refactors rendezvous-server (Tor/onion, logging), and streamlines env prompts.

  • Orchestrator:
    • Introduces a typed Compose builder (ComposeConfig, Service, Volume, Mount, ImageSource, Command, Flag) with a YAML writer (writer.rs).
    • Adds container assembly helpers (containers.rs) to configure monerod, bitcoind, electrs, asb, controller, and tracing logger with dependencies, ports, and volumes.
    • Reworks CLI (clap, async main) with init (wizard + write config.toml and docker-compose.yml) and start scaffolding; generates compose from user choices.
  • Rendezvous Server:
    • Splits transport/swarm setup into swarm.rs; expands logging filters and raises default log level.
    • CLI changes: default secret_file path, invert onion flag to --no_onion, and improved address logging.
    • Dockerfile: pin base images, switch to bookworm, simplify runtime stage.
  • swap-env prompts:
    • Improves UX/text; interactive listen_addresses; expanded rendezvous-point selection flow; clarified spread/tip prompts.
  • CI/Workflow:
    • Adds rendezvous-server to release build matrix and updates job name.

Written by Cursor Bugbot for commit 748f43e. This will update automatically on new commits. Configure here.

@binarybaron binarybaron changed the title Feat: orchestrator docker integration feat: orchestrator docker integration Sep 29, 2025
@binarybaron
Copy link

a command to make a backup of the asb-data volume would be useful

@Einliterflasche Einliterflasche force-pushed the feat/orchestrator-docker-integration branch from 29cf6b5 to c1c5ce5 Compare October 6, 2025 12:49
let (bitcoin_network, monero_network) = if args.testnet {
(bitcoin::Network::Bitcoin, monero::Network::Mainnet)
} else {
(bitcoin::Network::Testnet, monero::Network::Stagenet)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Network Flag Behavior Inverted

The network selection logic is inverted: the --testnet flag currently configures mainnet networks, while omitting it configures testnet. This is the opposite of the flag's intended behavior and its inline comment, leading to an incorrect network environment.

Fix in Cursor Fix in Web

@binarybaron
Copy link

We should create a symlink in the current working directory the the folder where the asb-data volume is stored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants