Skip to content

Conversation

@Einliterflasche
Copy link

@Einliterflasche Einliterflasche commented Sep 29, 2025

  • export asb data as zip every hour
  • orchestrator commands as docker compose wrappers:
    • docker compose build
    • docker compose up -d
    • attaching to the controller
    • access to the logs and tracing logs

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
cursor[bot]

This comment was marked as outdated.

@binarybaron
Copy link

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

Copy link

@binarybaron binarybaron left a comment

Choose a reason for hiding this comment

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

some comments

@binarybaron
Copy link

bugbot run

@binarybaron binarybaron changed the title feat: orchestrator docker integration feat: orchestrator extensions Oct 27, 2025
@binarybaron
Copy link

Needs to be rebased on master

@Einliterflasche
Copy link
Author

Orchestrator now produces the exact same docker-compose.yml output (except for the comment but that can be easily changed) and has a reference output in the tests directory. Now onto the actual extensions (edited into main PR body)

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.

3 participants