diff --git a/Makefile b/Makefile index db87af6f..b08f21bb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ none: start: docker compose -f docker-compose.yml up -d -# minimal setup using an existing external database (w/o observability/scaling etc...) +# minimal setup using an existing external database (w/o observability/scaling etc...) start-nodb: docker compose -f docker-compose.nodb.yml up -d @@ -13,7 +13,7 @@ start-nodb: start-load-balanced: docker compose -f docker-compose.load_balanced.yml up -d -# full setup (load balanced, OTel, Prometheus/Grafana, etc...) +# full setup (load balanced, OTel, Prometheus/Grafana, etc...) start-full: docker compose -f docker-compose.full.yml up -d @@ -200,4 +200,4 @@ checkout: @echo "==> signatures/store (always on main)" @( cd backend/apps/ifc_validation/checks/signatures/store && \ - git checkout -q main && git pull ) \ No newline at end of file + git checkout -q main && git pull )