fix: update ML_SERVICE_URL to use internal service endpoint in deployment configuration

This commit is contained in:
Asep Haryana Saputra
2026-05-22 22:10:00 +00:00
parent 4453758180
commit 8cd128a438
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ services:
NODE_ENV: production
API_PORT: "3000"
WEB_APP_URL: https://zeavisedu.asepharyana.tech
ML_SERVICE_URL: https://ml.zeavisedu.asepharyana.tech
ML_SERVICE_URL: ${ML_SERVICE_URL:-http://zeavis-ml:8000}
labels:
traefik.enable: "true"
traefik.http.routers.zeavis-api.rule: Host(`api.zeavisedu.asepharyana.tech`)