Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(couchdb): added Windows alternatives to the couchdb helper scripts
Browse files Browse the repository at this point in the history
Added couchdb-init.bat to initialize the couchdb database and couchdb-cleanup.bat to clean it up.
  • Loading branch information
tobireuen committed Aug 20, 2020
1 parent 6d71da8 commit f0a1cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions couchdb/couchdb-cleanup.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
docker-compose down -v --rmi all --remove-orphans
2 changes: 2 additions & 0 deletions couchdb/couchdb-init.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
docker-compose up --build -d

0 comments on commit f0a1cb8

Please sign in to comment.