Skip to content

Commit

Permalink
add all-in-one script
Browse files Browse the repository at this point in the history
  • Loading branch information
keivanipchihagh committed Sep 5, 2022
1 parent c667be1 commit cdffd5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
docker-compose -f redis-service/docker-compose.yml --env-file ../.env up -d --build
docker-compose -f postgres-service/docker-compose.yml --env-file ../.env up -d --build
docker-compose -f exporters/cadvisor/docker-compose.yml --env-file ../.env up -d --build
docker-compose -f exporters/node-exporter/docker-compose.yml --env-file ../.env up -d --build
docker-compose -f prometheus-service/docker-compose.yml --env-file ../.env up -d --build
docker-compose -f grafana-service/docker-compose.yml --env-file ../.env up -d --build

0 comments on commit cdffd5a

Please sign in to comment.