A decentralized music tracking and discovery platform built on AT Protocol 🎵

Use cache directory and set DB URL

+3 -3
+3 -3
tap/compose.yaml
··· 17 17 webhook: 18 18 build: . 19 19 restart: always 20 + environment: 21 + TAP_CACHE_DATABASE_URL: file:///data/tap-cache.db 20 22 volumes: 21 - - ./tap-cache.db:/app/tap-cache.db 22 - - ./tap-cache.db-shm:/app/tap-cache.db-shm 23 - - ./tap-cache.db-wal:/app/tap-cache.db-wal 23 + - ./cache:/data 24 24 ports: 25 25 - "2481:2481"