We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265ff50 commit 00a9763Copy full SHA for 00a9763
1 file changed
apps/grpc/single/docker-compose.yml
@@ -44,7 +44,6 @@ services:
44
- "26657:26657" # RPC
45
- "26660:26660" # Prometheus metrics
46
environment:
47
- - CHAIN_ID=grpc-test-chain
48
- DA_ADDRESS=http://local-da:7980
49
- DA_NAMESPACE=00000000000000000000000000000000000000000000000000deadbeef
50
- GRPC_EXECUTOR_URL=http://host.docker.internal:50051 # Change to your execution service
@@ -53,7 +52,6 @@ services:
53
52
command:
54
- start
55
- --root-dir=/home/evolve/.grpc-single
56
- - --chain-id=${CHAIN_ID:-grpc-test-chain}
57
- --da.address=${DA_ADDRESS:-http://local-da:7980}
58
- --da.namespace=${DA_NAMESPACE}
59
- --grpc-executor-url=${GRPC_EXECUTOR_URL:-http://host.docker.internal:50051}
0 commit comments