fix(docker): correct LNS env vars in ecosystem compose (DAEMON_URL not DAEMON_RPC)
Some checks are pending
Build & Release / Linux x86_64 (push) Waiting to run
Build & Release / macOS ARM64 (push) Waiting to run
Build & Release / Create Release (push) Blocked by required conditions

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-03 12:05:48 +01:00
parent 87fbdbb08d
commit 1261d0d94e
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -178,10 +178,13 @@ services:
- "5354:5354/udp" # DNS
- "5354:5354/tcp" # DNS (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