Skip to content

Commit b0a6c9f

Browse files
committed
Fix docker compose internal routing
1 parent df2a962 commit b0a6c9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

local-root/docker-compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)