-
Notifications
You must be signed in to change notification settings - Fork 36
feat: orchestrator extensions #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
a command to make a backup of the |
29cf6b5 to
c1c5ce5
Compare
|
We should create a symlink in the current working directory the the folder where the |
….com/UnstoppableSwap/core into feat/orchestrator-docker-integration
binarybaron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments
|
bugbot run |
|
Needs to be rebased on master |
|
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) |
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.
ComposeConfig,Service,Volume,Mount,ImageSource,Command,Flag) with a YAML writer (writer.rs).containers.rs) to configuremonerod,bitcoind,electrs,asb, controller, and tracing logger with dependencies, ports, and volumes.clap, async main) withinit(wizard + writeconfig.tomlanddocker-compose.yml) andstartscaffolding; generates compose from user choices.swarm.rs; expands logging filters and raises default log level.secret_filepath, invert onion flag to--no_onion, and improved address logging.listen_addresses; expanded rendezvous-point selection flow; clarified spread/tip prompts.rendezvous-serverto release build matrix and updates job name.Written by Cursor Bugbot for commit 748f43e. This will update automatically on new commits. Configure here.