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:
@@ -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:
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user