Skip to content

Commit

Permalink
Revert "Add depends_on section for peers which are using CouchDb"
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
  • Loading branch information
dzikowski committed Apr 9, 2024
1 parent 4ae85cb commit 302a2af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2113,9 +2113,6 @@ services:
- COUCHDB_PASSWORD=peer0Password
ports:
- 5100:5984
depends_on:
couchdb.peer0.org1.example.com:
condition: service_healthy
networks:
- basic
Expand Down
3 changes: 0 additions & 3 deletions src/setup-docker/templates/fabric-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ services:
- COUCHDB_PASSWORD=<%= peer.name %>Password
ports:
- <%= peer.couchDbExposePort %>:5984
depends_on:
couchdb.<%= peer.name %>.<%= org.domain %>:
condition: service_healthy
networks:
- basic
<%_ } _%>
Expand Down

0 comments on commit 302a2af

Please # to comment.