arc: Malachite CL is now a proper node component (arc-testnet-node)

Consensus service renamed arc-testnet-consensus -> arc-testnet-node: it is now
generated by templates/nodes/malachite.yml (node: malachite) instead of being
hacked into the arc client template's indexer block. Container body unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 02:19:36 +00:00
parent 2249352c20
commit 3c4492179c
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ services:
- ${NO_SSL:+traefik.http.routers.arc-testnet-arc-full.rule=Path(`/arc-testnet`) || Path(`/arc-testnet/`)} - ${NO_SSL:+traefik.http.routers.arc-testnet-arc-full.rule=Path(`/arc-testnet`) || Path(`/arc-testnet/`)}
- traefik.http.routers.arc-testnet-arc-full.middlewares=arc-testnet-arc-full-stripprefix, ipallowlist - traefik.http.routers.arc-testnet-arc-full.middlewares=arc-testnet-arc-full-stripprefix, ipallowlist
arc-testnet-consensus: arc-testnet-node:
image: ${ARC_CONSENSUS_IMAGE:-docker.cloudsmith.io/circle/arc-network/arc-consensus}:${ARC_TESTNET_CONSENSUS_VERSION:-0.7.2} image: ${ARC_CONSENSUS_IMAGE:-docker.cloudsmith.io/circle/arc-network/arc-consensus}:${ARC_TESTNET_CONSENSUS_VERSION:-0.7.2}
user: 0:0 user: 0:0
expose: expose:

View File

@@ -797,7 +797,7 @@
"compose_file": "arc/arc/arc-testnet-arc-full", "compose_file": "arc/arc/arc-testnet-arc-full",
"features": [], "features": [],
"network": "arc", "network": "arc",
"node": null, "node": "malachite",
"relay": null, "relay": null,
"stack": null, "stack": null,
"type": "full", "type": "full",