mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
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:
parent
25d7de4fa6
commit
3fe014a8c2
3 changed files with 7 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue