246d3d8732
* Setup ipld-eth-server to run in-process Nitro node * Update watcher version in fixturenet-payments stack * Update upstream nitro multiaddr in watcher setup * Change RPC query endpoint to ipld-eth-server * Update Ponder config to pay ipld-eth-server Nitro node * Separate nitro-rpc-client service and update demo.md * Remove unnecessary volumes * Update ipld-eth-server branch * Fix clean up steps --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
8 lines
198 B
YAML
8 lines
198 B
YAML
version: '3.7'
|
|
services:
|
|
nitro-rpc-client:
|
|
image: cerc/nitro-rpc-client:local
|
|
hostname: nitro-rpc-client
|
|
restart: on-failure
|
|
command: ["bash", "-c", "tail -f /dev/null"]
|