-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couchdb 3 with Clouseau on Docker? #2604
Comments
There is a ticket in relation to this at apache/couchdb-docker#8. I'm not particularly experienced with Docker Compose but the issue is that Clouseau and CouchDB need to share the same loopback network if running in different containers. This works on Kubernetes when both containers are in the same pod - I don't know if there's a way to do it in Docker Compose. Another option is to use a combined container which includes both components. IBM publish one here. |
thank you!
|
the ibm container runs CouchDB as uid 1001:1001 by default - the CouchDB community container runs Couch as uid 5984:5984, so you would need to set permissions on your mounted volumes appropriately. There shouldn't be any problem reading the database files when using appropriate permissions. |
I think @willholley means that the Apache CouchDB container runs Couch as |
ha yes - thanks for the catch @wohali |
Looks resolved, closing. |
Summary
is there a way to run couchdb 3.0.0 with full text search on docker?
some example docker-compose file or couchdb image with includes clouseau?
yesterday i try to run apache/couchdb:3.0 image and it seems to be work
Desired Behaviour
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: