name: nitro-rpc-client services: nitro-rpc-client: image: cerc/nitro-client:local hostname: nitro-rpc-client restart: on-failure environment: NODE_EXTRA_CA_CERTS: "/app/mkcert-caroot/rootCA.pem" command: ["bash", "-c", "tail -f /dev/null"] healthcheck: test: ["CMD-SHELL", "nitro-rpc-client --version -p 4005"] interval: 30s timeout: 5s retries: 10 start_period: 10s volumes: - nitro_node_caroot:/app/mkcert-caroot volumes: nitro_node_caroot: