Add image for nitro-contracts
This commit is contained in:
@@ -3,7 +3,7 @@ name: nitro-contracts
|
||||
services:
|
||||
# Optionally deploys the Nitro contracts
|
||||
nitro-contracts:
|
||||
image: cerc/nitro-client:local
|
||||
image: cerc/nitro-contracts:local
|
||||
restart: on-failure
|
||||
environment:
|
||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
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"]
|
||||
test: ["CMD-SHELL", "nitro-cli --version -p 4005"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user