Skip to content

feat: add support for custom docker-compose file and binary auto-update - #232

Open
Kukks wants to merge 1 commit into
vulpemventures:masterfrom
Kukks:update-force-and-custom-compsoe
Open

Kukks wants to merge 1 commit into
vulpemventures:masterfrom
Kukks:update-force-and-custom-compsoe

Conversation

@Kukks

@Kukks Kukks commented Oct 12, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread cmd/nigiri/update.go

func updateBinary(ctx *cli.Context) error {
// Get the update script URL from environment variable or use default
updateURL := os.Getenv("NIGIRI_TEST_UPDATE_SCRIPT_URL")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
updateURL := os.Getenv("NIGIRI_TEST_UPDATE_SCRIPT_URL")
updateURL := os.Getenv("NIGIRI_UPDATE_SCRIPT_URL")

@tiero

tiero commented Oct 12, 2025 •

Copy link
Copy Markdown
Member

I woudl have split in two PRs. Im not sure the hot loading of docker compose is that easy (if not pretty happy, but maybe we need a test)

Also to stop --compose has to be passed right? otherwise can be some stale containers left. not sure how much liberty is good to give to user to pass anything that wont work with our curated compose as "template"

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