Skip to content

Instantly share code, notes, and snippets.

@anilhelvaci
Created March 8, 2021 09:09
Show Gist options
  • Save anilhelvaci/f931f38f2812b8355cc1a83e905063e2 to your computer and use it in GitHub Desktop.
Save anilhelvaci/f931f38f2812b8355cc1a83e905063e2 to your computer and use it in GitHub Desktop.
peer1.Org1.com.couchdb:
container_name: peer1.Org1.com.couchdb
image: hyperledger/fabric-couchdb
environment:
- COUCHDB_USER=dbadmin
- COUCHDB_PASSWORD=dbadminpw
ports:
- 5984
networks:
- example
volumes:
- ${PWD}/Org1/peer1/couchdb:/opt/couchdb/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment