This commit is contained in:
2024-02-28 10:33:15 +08:00
commit 492c03bfcf
27 changed files with 813 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
echo "Cleaning up..."
docker-compose down
printf "Deleting network: "
eval $(egrep '^NETWORK' .env | xargs)
printf "$NETWORK\n"
docker network rm $NETWORK | echo