Fix proxy cmd

This commit is contained in:
Aaron Dewes 2022-11-11 20:09:07 +01:00 committed by GitHub
parent 14d2bd8316
commit 8fa5160d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,8 +220,9 @@ services:
ipv4_address: $I2P_IP
grpc-proxy:
image: ghcr.io/runcitadel/grpc-web-proxy:main@sha256:c5ebe8753090f4a7e67990cf1464e134cd553cd06794e5cae6896f537c6e317e
# This prox is only used internally, so no TLS needed
command: /grpcwebproxy --backend_addr=$LND_IP:$LND_GRPC_PORT --run_tls_server=false --backend_max_call_recv_msg_size=20971520 --backend_tls_noverify
entrypoint: /grpcwebproxy
# This proxy is only used by other containers and not exposed publicly, so no TLS needed
command: --backend_addr=$LND_IP:$LND_GRPC_PORT --run_tls_server=false --backend_max_call_recv_msg_size=20971520 --backend_tls_noverify
stop_grace_period: 20s
networks:
default: