couchdb: add custom configuration

This commit is contained in:
maxlath
2024-11-21 22:11:09 +01:00
parent 268b6e07b4
commit d43ae912d3
3 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ services:
COUCHDB_PASSWORD: "yourcouchdbpassword"
volumes:
- './data/couchdb:/opt/couchdb/data'
- './configs:/opt/couchdb/etc/local.d'
network_mode: host
tty: true
elasticsearch: