From 7bd4d982e879bf7615a20a9573ddb373c7aa2e0d Mon Sep 17 00:00:00 2001 From: pricelees Date: Fri, 27 Jun 2025 16:58:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B9=A0=EC=A0=B8=EC=9E=88=EB=8D=98=20?= =?UTF-8?q?close-all.sh=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- close-all.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 close-all.sh diff --git a/close-all.sh b/close-all.sh new file mode 100755 index 0000000..aea4af1 --- /dev/null +++ b/close-all.sh @@ -0,0 +1,4 @@ +#!/bin/bash +GRAFANA_VOLUME="grafana-storage" +find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans --rmi all \; +docker volume rm ${GRAFANA_VOLUME} \ No newline at end of file