Kaynağa Gözat

add ha/clean.sh

reghao 3 hafta önce
ebeveyn
işleme
8829102471
1 değiştirilmiş dosya ile 21 ekleme ve 0 silme
  1. 21 0
      ha/clean.sh

+ 21 - 0
ha/clean.sh

@@ -0,0 +1,21 @@
+#!/bin/bash
+
+bash_dir=`pwd`
+
+# cd ${bash_dir}/mongodb
+# docker compose -f docker-compose1.yml down
+
+cd ${bash_dir}/mysql80
+docker compose -f docker-compose1.yml down
+
+cd ${bash_dir}/rabbitmq
+docker compose -f docker-compose1.yml down
+
+cd ${bash_dir}/redis
+docker compose -f docker-compose1.yml down
+
+cd ${bash_dir}/zookeeper
+docker compose -f docker-compose1.yml down
+
+cd ${bash_dir}/nacos
+# docker compose -f docker-compose1.yml down