Skip to content

Commit

Permalink
Use Homebrew in monitoring launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed May 5, 2023
1 parent 0105940 commit 0e82b6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monitoring/launch.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash

# Configure Homebrew
eval "$(/opt/homebrew/bin/brew shellenv)"

# Start container runtime
colima start

# Start containers
docker-compose up

0 comments on commit 0e82b6f

Please sign in to comment.