tangled
alpha
login
or
join now
bretton.dev
/
coves
11
fork
atom
A community based topic aggregation platform built on atproto
11
fork
atom
overview
issues
pulls
pipelines
fix: Allow Appview proxy for bsky
bretton.dev
3 months ago
38c9e9ef
1059fb79
+8
1 changed file
expand all
collapse all
unified
split
docker-compose.prod.yml
+8
docker-compose.prod.yml
···
154
154
NODE_ENV: production
155
155
LOG_ENABLED: "true"
156
156
LOG_LEVEL: info
157
157
+
158
158
+
# AppView proxy (for app.bsky.* methods like getProfile, notifications, etc.)
159
159
+
PDS_BSKY_APP_VIEW_URL: https://api.bsky.app
160
160
+
PDS_BSKY_APP_VIEW_DID: did:web:api.bsky.app
161
161
+
162
162
+
# Report service (for reporting content)
163
163
+
PDS_REPORT_SERVICE_URL: https://mod.bsky.app
164
164
+
PDS_REPORT_SERVICE_DID: did:plc:ar7c4by46qjdydhdevvrndac
157
165
volumes:
158
166
- pds-data:/pds
159
167
networks: