[31388f42] Dockerize lead-engine: Add service to docker-compose.yml, update nginx proxy, fix Dockerfile deps

This commit is contained in:
2026-03-02 07:49:17 +00:00
parent b5bb78c7c0
commit 8bc2f61aca
3 changed files with 21 additions and 3 deletions

View File

@@ -153,8 +153,7 @@ http {
location /lead/ {
# Lead Engine (TradingTwins)
# Proxying external service on host
proxy_pass http://192.168.178.6:8501/;
proxy_pass http://lead-engine:8501/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Upgrade $http_upgrade;