Public Access
1
0

fix: proxy web /api routes to api container

This commit is contained in:
pguerrerox
2026-05-26 23:44:23 +00:00
parent a6df4cb3cb
commit 458a75a740
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Notes:
- `APP_PORT`
- `COOKIE_SECRET`
- `GOOGLE_MAPS_SERVER_KEY`
- `VITE_API_BASE_URL`
- `VITE_API_BASE_URL` (use `/api` when web and API share a domain via the nginx proxy)
- `VITE_GOOGLE_MAPS_PLATFORM_KEY`
2. Create the shared Docker network if it does not exist:
`docker network create locale-all || true`