Use official CouchDB image

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>
This commit is contained in:
Gari Singh 2019-05-05 09:01:01 -04:00
parent 25d7de4fa6
commit 3fe014a8c2
3 changed files with 7 additions and 7 deletions

View file

@ -87,7 +87,7 @@ services:
couchdb: couchdb:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:

View file

@ -11,7 +11,7 @@ networks:
services: services:
couchdb4: couchdb4:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:
@ -38,7 +38,7 @@ services:
couchdb5: couchdb5:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:

View file

@ -11,7 +11,7 @@ networks:
services: services:
couchdb0: couchdb0:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:
@ -38,7 +38,7 @@ services:
couchdb1: couchdb1:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:
@ -65,7 +65,7 @@ services:
couchdb2: couchdb2:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment:
@ -92,7 +92,7 @@ services:
couchdb3: couchdb3:
container_name: 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 # 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. # for CouchDB. This will prevent CouchDB from operating in an "Admin Party" mode.
environment: environment: