Replies: 2 comments 3 replies
-
|
I haven't done it for a while, but last time I did it went something like this https://gist.github.com/eiri/2efc1b0ef401a21c51cd534871c20d30 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Here I tried to run a compose cluster https://gist.github.com/nickva/cf9cac975ceb062b61872f7857a0e104 but I ended up joining the cluster manually in my |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to setup couchdb cluster of 2 nodes with
compose.yamlfileand when i run
docker compose up -deverything started working except when i check nodes withcurl http://admin:password@server_ip:5984/_membershipi get the following output:{ "all_nodes": ["couchdb@node-1"], "cluster_nodes": ["couchdb@node-1"] }and also
curl http://admin:password@server_ip:5984/_cluster_setupshould be{"state":"cluster_finished"}but i gotcluster_enabledWhat am i missing?
Beta Was this translation helpful? Give feedback.
All reactions