Skip to content

Commit

Permalink
add task to cleanup all of the services
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 6, 2024
1 parent fd5ecde commit 89f77d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ start *ARGS: build-local
stop *ARGS:
docker compose down {{ARGS}}

# Stop the compose project and delete any resources
stop-all *ARGS:
docker compose --profile init down -v {{ARGS}}
docker compose --profile service down -v {{ARGS}}

# Enabling running cross platform tools when building container images
build-setup:
docker run --privileged --rm tonistiigi/binfmt --install all
Expand Down

0 comments on commit 89f77d7

Please sign in to comment.