mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 02:30:10 +08:00
Add obsidian-livesync
This commit is contained in:
parent
d9ea8bc64b
commit
02138b57f8
1 changed files with 14 additions and 0 deletions
14
obsidian-livesync/compose.yaml
Normal file
14
obsidian-livesync/compose.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
obsidian-livesync:
|
||||
image: couchdb:latest
|
||||
container_name: obsidian-livesync
|
||||
user: 1000:1000
|
||||
environment:
|
||||
- COUCHDB_USER=obsidian
|
||||
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
|
||||
volumes:
|
||||
- /mnt/docker/obsidian-livesync/data:/opt/couchdb/data
|
||||
- /mnt/docker/obsidian-livesync/config:/opt/couchdb/etc/local.d
|
||||
ports:
|
||||
- 5984:5984
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue