fix: resolve Next.js docker build endpoints and handle async map icons

Former-commit-id: 6241ea44db
This commit is contained in:
anoracleofra-code
2026-03-09 00:41:02 -06:00
parent 197d37ae5a
commit 19a0ef1c70
5 changed files with 59 additions and 5 deletions
+4 -2
View File
@@ -19,11 +19,13 @@ services:
frontend:
build:
context: ./frontend
args:
# Optional: set this to your backend's external URL if using custom ports
# e.g. http://192.168.1.50:9096 — leave empty to auto-detect from browser
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL:-}
container_name: shadowbroker-frontend
ports:
- "3000:3000"
environment:
- NEXT_PUBLIC_API_URL=http://localhost:8000
depends_on:
- backend
restart: unless-stopped