diff --git a/docker/docker-compose.pull.yml b/docker/docker-compose.pull.yml index 0f8335c1..8874b646 100644 --- a/docker/docker-compose.pull.yml +++ b/docker/docker-compose.pull.yml @@ -162,7 +162,8 @@ services: ports: - "${TRADE_FRONTEND_PORT:-3338}:30289" environment: - NEXT_PUBLIC_API_URL: http://trade-api:3336 + NEXT_PUBLIC_API_URL: http://${PUBLIC_HOST:-localhost}:${TRADE_API_PORT:-3336} + API_URL: http://trade-api:3336 depends_on: - trade-api @@ -206,10 +207,13 @@ services: - "${LNS_DNS_PORT:-5354}:5354/udp" - "${LNS_DNS_PORT:-5354}:5354/tcp" environment: - DAEMON_RPC: http://daemon:36941/json_rpc + DAEMON_URL: http://daemon:36941 + HSD_URL: http://host.docker.internal:14037 LNS_MODE: light LNS_HTTP_PORT: "5553" LNS_DNS_PORT: "5354" + extra_hosts: + - "host.docker.internal:host-gateway" depends_on: daemon: condition: service_healthy