File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,18 +16,6 @@ services:
1616 - 9090:80
1717 restart : unless-stopped
1818
19- podsync :
20- image : ghcr.io/mxpv/podsync:v2.8.0
21- container_name : podsync
22- volumes :
23- - podsync_data:/app/data/
24- - podsync_db:/app/db/
25- - /mnt/ssd-appdata/appdata/podsync/config.toml:/app/config.toml
26- ports :
27- - 9091:8080
28-
2919volumes :
3020 config :
3121 metadata :
32- podsync_data :
33- podsync_db :
Original file line number Diff line number Diff line change 1+ ---
2+ # yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
3+ services :
4+ couchdb-obsidian-livesync :
5+ container_name : obsidian-livesync
6+ image : couchdb:3.5.1
7+ environment :
8+ - PUID=2003
9+ - PGID=2003
10+ - UMASK=0022
11+ - TZ=America/New_York
12+ - COUCHDB_USER=mafyuh
13+ - COUCHDB_PASSWORD=$COUCHDB_PASSWORD
14+ volumes :
15+ - /docker/appdata/couchdb-obsidian-livesync/data:/opt/couchdb/data
16+ - /docker/appdata/couchdb-obsidian-livesync/etc/local.d:/opt/couchdb/etc/local.d
17+ ports :
18+ - 5984:5984
19+ restart : unless-stopped
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments