Skip to content

Commit 1c6802f

Browse files
committedDec 15, 2024
add obsidian sync db
1 parent 0e9b67e commit 1c6802f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎docker/kasm/docker-compose.yml

+17
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ services:
3434
ports:
3535
- 9001:9001
3636
- 9000:9000
37+
38+
couchdb-obsidian-livesync:
39+
container_name: obsidian-livesync
40+
image: couchdb:3.3.3
41+
environment:
42+
- PUID=1000
43+
- PGID=1000
44+
- UMASK=0022
45+
- TZ=America/New_York
46+
- COUCHDB_USER=mafyuh
47+
- COUCHDB_PASSWORD=$COUCHDB_PASSWORD
48+
volumes:
49+
- /docker/appdata/couchdb-obsidian-livesync/data:/opt/couchdb/data
50+
- /docker/appdata/couchdb-obsidian-livesync/etc/local.d:/opt/couchdb/etc/local.d
51+
ports:
52+
- 5984:5984
53+
restart: unless-stopped

0 commit comments

Comments
 (0)
Please sign in to comment.