Nomie
First, create <YOUR PATH>/couchdb.ini
and paste this:
[HTTPD]
enable_cors = true
[chttpd]
enable_cors = true
[cors]
origins = *
credentials = true
methods = GET, PUT, POST, HEAD, DELETE
headers = accept, authorization, content-type, origin, referer, x-csrf-token
Then deploy:
services:
nomie6:
image: ghcr.io/qcasey/nomie6-oss:master
restart: unless-stopped
ports:
- 5555:80
couchdb:
image: couchdb:3
restart: unless-stopped
ports:
- 5984:5984
environment:
- NODENAME=<YOURNODENAME>
- COUCHDB_USER=<YOUR USER NAME>
- COUCHDB_PASSWORD=<YOUR FANCY PASSWORD>
volumes:
- <YOUR PATH>:/opt/couchdb/data
- <YOUR PATH>/couchdb.ini:/opt/couchdb/etc/local.d/docker.ini
Plugins:
https://github.com/open-nomie/plugins