-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to CouchDB 3.4.2 in examples and tests
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ version: "2.3" | |
|
||
services: | ||
couchdb1: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
command: -name [email protected] -setcookie thecookie | ||
env_file: .couchdb-env | ||
restart: always | ||
|
@@ -13,7 +13,7 @@ services: | |
- "15984:5984" | ||
|
||
couchdb2: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
command: -name [email protected] -setcookie thecookie | ||
env_file: .couchdb-env | ||
restart: always | ||
|
@@ -24,7 +24,7 @@ services: | |
- "25984:5984" | ||
|
||
couchdb3: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
command: -name [email protected] -setcookie thecookie | ||
env_file: .couchdb-env | ||
restart: always | ||
|
@@ -45,7 +45,7 @@ services: | |
- "9984:9984" | ||
|
||
cluster-setup: | ||
image: gesellix/couchdb-cluster-config:v17.3.3 | ||
image: gesellix/couchdb-cluster-config:v17.5.1 | ||
command: -nodes 172.16.238.11 -nodes 172.16.238.12 -nodes 172.16.238.13 | ||
networks: | ||
couchdb-cluster: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ services: | |
condition: on-failure | ||
|
||
couchdb1: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
hostname: couchdb1.local | ||
command: -name [email protected] -setcookie thecookie | ||
environment: | ||
|
@@ -94,7 +94,7 @@ services: | |
condition: on-failure | ||
|
||
couchdb2: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
hostname: couchdb2.local | ||
command: -name [email protected] -setcookie thecookie | ||
environment: | ||
|
@@ -115,7 +115,7 @@ services: | |
condition: on-failure | ||
|
||
couchdb3: | ||
image: couchdb:3.3.3 | ||
image: couchdb:3.4.2 | ||
hostname: couchdb3.local | ||
command: -name [email protected] -setcookie thecookie | ||
environment: | ||
|
@@ -174,7 +174,7 @@ services: | |
condition: on-failure | ||
|
||
cluster-setup: | ||
image: gesellix/couchdb-cluster-config:v17.3.3 | ||
image: gesellix/couchdb-cluster-config:v17.5.1 | ||
command: setup --delay 10s --timeout 30s --username ${COUCHDB_USER:-root} --password ${COUCHDB_PASSWORD:-a-secret} -nodes couchdb1.local -nodes couchdb2.local -nodes couchdb3.local | ||
networks: | ||
couchdb-cluster: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters