Browse Source

add ha/clean.sh

reghao 3 tuần trước cách đây
mục cha
commit
8829102471
1 tập tin đã thay đổi với 21 bổ sung0 xóa
  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