fix: update ML_SERVICE_URL to use internal service endpoint in deployment configuration
This commit is contained in:
+1
-1
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user