feat(couchdb): upgrade to 2.2.0

This commit is contained in:
Geoff Cox 2018-09-22 07:33:03 -07:00
parent 9e5350dfb9
commit 8d63f03a93
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ jobs:
build:
docker:
- image: circleci/node:8.9.4-stretch-browsers
- image: redgeoff/couchdb
- image: couchdb
environment:
- COUCHDB_USER: admin
- COUCHDB_PASSWORD: admin

View file

@ -8,11 +8,10 @@ docker run -d \
--name couchdb \
--restart always \
-p 5984:5984 \
-v $common:/home/couchdb/common \
-e COUCHDB_DATA_DIR="/home/couchdb/common/data" \
-v $common:/data:/opt/couchdb/data \
-e COUCHDB_USER='admin' \
-e COUCHDB_PASSWORD='admin' \
redgeoff/couchdb
couchdb
# Wait for for DB to be ready
echo "Sleeping for 15 secs to allow for DB to start..."