tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
rocksky
forked from
rocksky.app/rocksky
3
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
3
fork
atom
overview
issues
1
pulls
pipelines
Use cache directory and set DB URL
tsiry-sandratraina.com
1 month ago
09609145
c26bb360
+3
-3
1 changed file
expand all
collapse all
unified
split
tap
compose.yaml
+3
-3
tap/compose.yaml
···
17
17
webhook:
18
18
build: .
19
19
restart: always
20
20
+
environment:
21
21
+
TAP_CACHE_DATABASE_URL: file:///data/tap-cache.db
20
22
volumes:
21
21
-
- ./tap-cache.db:/app/tap-cache.db
22
22
-
- ./tap-cache.db-shm:/app/tap-cache.db-shm
23
23
-
- ./tap-cache.db-wal:/app/tap-cache.db-wal
23
23
+
- ./cache:/data
24
24
ports:
25
25
- "2481:2481"