Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 10, 2022
1 parent c91339c commit f50dbac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "2.3"
version: "3.2"

services:
couchdb1:
image: couchdb:3.1.0
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand All @@ -17,7 +17,7 @@ services:
- "15984:5984"

couchdb2:
image: couchdb:3.1.0
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand All @@ -32,7 +32,7 @@ services:
- "25984:5984"

couchdb3:
image: couchdb:3.1.0
image: couchdb:3.2.2
command: -setcookie thecookie
environment:
- "COUCHDB_USER=${COUCHDB_USER:-admin}"
Expand Down Expand Up @@ -65,7 +65,8 @@ services:
networks:
couchdb-cluster:
driver: overlay
attachable: true
ipam:
driver: default
config:
- subnet: "172.16.238.0/24"
- subnet: 172.16.238.0/24

0 comments on commit f50dbac

Please sign in to comment.