A community based topic aggregation platform built on atproto

fix: Allow Appview proxy for bsky

+8
+8
docker-compose.prod.yml
··· 154 154 NODE_ENV: production 155 155 LOG_ENABLED: "true" 156 156 LOG_LEVEL: info 157 + 158 + # AppView proxy (for app.bsky.* methods like getProfile, notifications, etc.) 159 + PDS_BSKY_APP_VIEW_URL: https://api.bsky.app 160 + PDS_BSKY_APP_VIEW_DID: did:web:api.bsky.app 161 + 162 + # Report service (for reporting content) 163 + PDS_REPORT_SERVICE_URL: https://mod.bsky.app 164 + PDS_REPORT_SERVICE_DID: did:plc:ar7c4by46qjdydhdevvrndac 157 165 volumes: 158 166 - pds-data:/pds 159 167 networks: