File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ services:
101101 environment :
102102 - VITE_MAPBOX_API_TOKEN=${MAPBOX_TOKEN}
103103 - VITE_MACROSTRAT_TILESERVER_DOMAIN=https://macrostrat.local/tiles
104- - MACROSTRAT_API_PROXY_DOMAIN=https://dev2.macrostrat.org
105104 - VITE_MACROSTRAT_API_DOMAIN=https://macrostrat.local
106- # Secret key must be shared with the API that mints the JWT (in this case, the Macrostrat dev API)
105+ # Needed for server-side rendering requests to not fail on self-signed certs (which OrbStack provides)
106+ - NODE_TLS_REJECT_UNAUTHORIZED=0
107+ # Secret key must be shared with the API that mints the JWT (in this case, the Macrostrat dev API)
107108 - SECRET_KEY=${SECRET_KEY}
108109 # Schema-only Test DB instance for applying migrations
109110 migrations-test-db :
You can’t perform that action at this time.
0 commit comments