diff --git a/cloudflared-config.yml b/cloudflared-config.yml index dbf597ded..945da9ea7 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -189,7 +189,7 @@ ingress: - hostname: sync.mana.how service: http://localhost:3010 - hostname: credits.mana.how - service: http://localhost:3002 + service: http://localhost:3061 - hostname: subscriptions.mana.how service: http://localhost:3063 - hostname: events.mana.how diff --git a/infrastructure/docker-compose.gpu-box.yml b/infrastructure/docker-compose.gpu-box.yml index 36bfc8243..f1e016e73 100644 --- a/infrastructure/docker-compose.gpu-box.yml +++ b/infrastructure/docker-compose.gpu-box.yml @@ -539,7 +539,7 @@ services: CORS_ORIGINS: https://mana.how,https://chat.mana.how,https://research.mana.how # Cross-LAN service deps MANA_AUTH_URL: http://192.168.178.131:3001 - MANA_CREDITS_URL: http://192.168.178.131:3002 + MANA_CREDITS_URL: http://192.168.178.131:3061 MANA_LLM_URL: http://192.168.178.131:3025 MANA_SEARCH_URL: http://192.168.178.131:3012 MANA_SERVICE_KEY: ${MANA_SERVICE_KEY}