Skip to content

Commit 38e65fa

Browse files
committed
chore(container): remove podsync
1 parent c756848 commit 38e65fa

3 files changed

Lines changed: 19 additions & 79 deletions

File tree

docker/audiobookshelf/compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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-
2919
volumes:
3020
config:
3121
metadata:
32-
podsync_data:
33-
podsync_db:

docker/couchdb/compose.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

docker/databases/compose.yaml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)