Skip to content

Commit

Permalink
Use official CouchDB image
Browse files Browse the repository at this point in the history
Replace fabric-couchdb image with
official CouchDB library image.

FAB-15353 #done

Change-Id: I248fb452419f590553ad578141dbfb3ab1fb5dd5
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed May 5, 2019
1 parent 25d7de4 commit 3fe014a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion basic-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:

couchdb:
container_name: couchdb
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand Down
4 changes: 2 additions & 2 deletions first-network/docker-compose-couch-org3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ networks:
services:
couchdb4:
container_name: couchdb4
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand All @@ -38,7 +38,7 @@ services:

couchdb5:
container_name: couchdb5
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand Down
8 changes: 4 additions & 4 deletions first-network/docker-compose-couch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ networks:
services:
couchdb0:
container_name: couchdb0
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand All @@ -38,7 +38,7 @@ services:

couchdb1:
container_name: couchdb1
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand All @@ -65,7 +65,7 @@ services:

couchdb2:
container_name: couchdb2
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand All @@ -92,7 +92,7 @@ services:

couchdb3:
container_name: couchdb3
image: hyperledger/fabric-couchdb
image: couchdb:2.3
# Populate the COUCHDB_USER and COUCHDB_PASSWORD to set an admin user and password
# for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment:
Expand Down

0 comments on commit 3fe014a

Please sign in to comment.