Skip to content

Revise local container checking - #181

Open
Kyle9410-Chen wants to merge 4 commits into
mainfrom
fix/revise-local-container-checking
Open

Revise local container checking#181
Kyle9410-Chen wants to merge 4 commits into
mainfrom
fix/revise-local-container-checking

Conversation

@Kyle9410-Chen

@Kyle9410-Chen Kyle9410-Chen commented Jul 30, 2026

Copy link
Copy Markdown
Member

Type of changes

  • Chore

Purpose

  • Remove make prepare and integrate to make run.
  • Add make clear to remove containers and the binary file.

@Kyle9410-Chen Kyle9410-Chen self-assigned this Jul 30, 2026
@howardyu60211

Copy link
Copy Markdown
Contributor

Is it better to just run docker compose up -d --wait to let docker check its version and status without manual checking?

@Kyle9410-Chen

Copy link
Copy Markdown
Member Author

For real. That makes sense.

@howardyu60211

Copy link
Copy Markdown
Contributor

Since it's one line and only used in Makefile, why not just make it inline?

@Kyle9410-Chen

Copy link
Copy Markdown
Member Author

Well, I updated it, and I removed the prepare in Makefile since it can simply be replaced by make run

@Kyle9410-Chen
Kyle9410-Chen removed the request for review from howardyu60211 July 31, 2026 07:38
Comment thread Makefile
clear:
@echo -e ":: $(GREEN)Cleaning up...$(NC)"
@echo -e " -> Stopping and removing depending services..."
@docker compose -f ./.deploy/local/compose.yaml down --remove-orphans \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should we add -v to clear the unnamed volume?

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