2024-07-17 09:29:46 +00:00
|
|
|
name: nitro-rpc-client
|
|
|
|
|
|
|
|
services:
|
2024-07-18 11:48:24 +00:00
|
|
|
nitro-rpc-client:
|
2024-07-23 06:40:19 +00:00
|
|
|
image: cerc/nitro-client:local
|
2024-07-18 11:48:24 +00:00
|
|
|
hostname: nitro-rpc-client
|
|
|
|
restart: on-failure
|
2024-07-19 05:27:46 +00:00
|
|
|
environment:
|
|
|
|
NODE_EXTRA_CA_CERTS: "/app/mkcert-caroot/rootCA.pem"
|
2024-07-18 11:48:24 +00:00
|
|
|
command: ["bash", "-c", "tail -f /dev/null"]
|
2024-07-19 05:27:46 +00:00
|
|
|
volumes:
|
|
|
|
- nitro_node_caroot:/app/mkcert-caroot
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
nitro_node_caroot:
|