diff --git a/couchdb/couchdb-cleanup.bat b/couchdb/couchdb-cleanup.bat new file mode 100644 index 0000000000..838f049c02 --- /dev/null +++ b/couchdb/couchdb-cleanup.bat @@ -0,0 +1,2 @@ +@ECHO OFF +docker-compose down -v --rmi all --remove-orphans diff --git a/couchdb/couchdb-init.bat b/couchdb/couchdb-init.bat new file mode 100644 index 0000000000..428bd946d8 --- /dev/null +++ b/couchdb/couchdb-init.bat @@ -0,0 +1,2 @@ +@ECHO OFF +docker-compose up --build -d