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 webhook: 18 build: . 19 restart: always 20 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 24 ports: 25 - "2481:2481"
··· 17 webhook: 18 build: . 19 restart: always 20 + environment: 21 + TAP_CACHE_DATABASE_URL: file:///data/tap-cache.db 22 volumes: 23 + - ./cache:/data 24 ports: 25 - "2481:2481"