nitro-stack/stack-orchestrator/compose/docker-compose-nitro-rpc-client.yml

16 lines
358 B
YAML
Raw Normal View History

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"]
volumes:
- nitro_node_caroot:/app/mkcert-caroot
volumes:
nitro_node_caroot: