diff --git a/Makefile b/Makefile index 0f1e0b0..953c68b 100644 --- a/Makefile +++ b/Makefile @@ -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