add obsidian sync db
This commit is contained in:
parent
0e9b67e83c
commit
1c6802fdd1
1 changed files with 17 additions and 0 deletions
|
@ -34,3 +34,20 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 9001:9001
|
- 9001:9001
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
|
|
||||||
|
couchdb-obsidian-livesync:
|
||||||
|
container_name: obsidian-livesync
|
||||||
|
image: couchdb:3.3.3
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- UMASK=0022
|
||||||
|
- TZ=America/New_York
|
||||||
|
- COUCHDB_USER=mafyuh
|
||||||
|
- COUCHDB_PASSWORD=$COUCHDB_PASSWORD
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/couchdb-obsidian-livesync/data:/opt/couchdb/data
|
||||||
|
- /docker/appdata/couchdb-obsidian-livesync/etc/local.d:/opt/couchdb/etc/local.d
|
||||||
|
ports:
|
||||||
|
- 5984:5984
|
||||||
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue