Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerise the CLI #11

Merged
merged 10 commits into from
Nov 8, 2023
Prev Previous commit
Next Next commit
Rename just run to just grafana
We have multiple things which need running in this project, so lets name
them clearly.
ghickman committed Nov 7, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
2opremio Alfonso Acosta
commit 4ae894a1745ddaa0069a3d1220298be83c50a69b
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
@@ -119,9 +119,9 @@ fix: devenv
$BIN/ruff --fix .


# Run the dev project
run: devenv
docker-compose up
# Run the grafana stack
grafana:
docker-compose up grafana


metrics *args: devenv