Public Access
1
0

chore: expose docker services on host ports

This commit is contained in:
pguerrerox
2026-05-05 23:04:06 +00:00
parent ecb3310216
commit d4bce92872
4 changed files with 17 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ NODE_ENV="development"
# Frontend env vars for the Vite app
VITE_API_BASE_URL="http://localhost:4000/api"
VITE_GOOGLE_MAPS_PLATFORM_KEY="YOUR_BROWSER_MAPS_KEY"
WEB_PORT="3000"
# Backend env vars
# For Docker Compose deployments, point DATABASE_URL at the internal "db" host.