fix: add NODE_URL to web container for code browser The tree page uses NODE_URL to reach the node for listing refs and fetching file blobs. Without it, it falls back to localhost:3002 which doesn't exist inside the Docker network, causing "No refs found" on the code browser.

Author: Aaron Steven White
Commit 16a64b46b859e4c0c10130d288ea9849aa510d52
Parent: d41db6b08a
Structural diff unavailable

These commits were pushed via plain git push, so no pre-parsed schemas are available. Install git-remote-cospan and re-push via panproto:// to see scope-level changes, breaking change detection, and semantic diffs.

brew install panproto/tap/git-remote-cospan
1 file changed +1 -0
@@ -195,6 +195,7 @@ services:
195195     environment:
196196       PORT: "3000"
197197       APPVIEW_URL: http://appview:3000
198+      NODE_URL: http://node:3001
198199     depends_on:
199200       appview:
200201         condition: service_healthy
cospan · schematic version control on atproto built on AT Protocol