fix(web): resolve dashboard widget errors and deployment config (#530)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-27 03:49:57 +00:00
committed by jason.woltje
parent 83d5aee53a
commit 21bf7e050f
4 changed files with 25 additions and 11 deletions
+4
View File
@@ -176,6 +176,9 @@ services:
NODE_ENV: production
PORT: ${WEB_PORT:-3000}
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
# Server-side orchestrator proxy (API routes forward to orchestrator service)
ORCHESTRATOR_URL: http://orchestrator:3001
ORCHESTRATOR_API_KEY: ${ORCHESTRATOR_API_KEY}
healthcheck:
test:
[
@@ -187,6 +190,7 @@ services:
retries: 3
start_period: 40s
networks:
- internal
- traefik-public
deploy:
restart_policy: