Skip to content

Commit

Permalink
Make network external
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Oct 9, 2024
1 parent 771b399 commit 9955ea9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb-cluster-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ volumes:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ volumes:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ volumes:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ services:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb3-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ volumes:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true
1 change: 1 addition & 0 deletions test/e2e/scripts/couchdb3-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ volumes:
networks:
cht-net:
name: ${CHT_NETWORK:-cht-net}
external: true

0 comments on commit 9955ea9

Please sign in to comment.