Skip to content

Commit

Permalink
feat: add make compose detach command
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Jun 9, 2024
1 parent 914b056 commit 9d2f165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ setup:
cargo install cargo-watch
cargo install diesel_cli --no-default-features --features postgres

up:
@echo "Starting all services in detach mode"
docker compose up -d

up:
@echo "Starting all services"
docker compose up
Expand Down

0 comments on commit 9d2f165

Please sign in to comment.