ink-mainnet: remove orphaned op-geth compose files #45
Reference in New Issue
Block a user
Delete Branch "issue-2048"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Remove four orphaned op-geth compose files for ink-mainnet that caused a Traefik router collision.
Root cause: Source config dropped ink-mainnet op-geth in PR #1808, but the generated compose files remained orphaned on rpc main. Both op-geth and op-reth defined the same Traefik service name
ink-mainnet, causing:ERR Router cannot be linked automatically with multiple Services. This broke routing (404 on/ink-mainnet) despite the node being healthy and syncing fine.Fix: Delete the four orphaned
op/geth/ink-mainnet-op-geth-*.ymlfiles. After merge and deploy, only op-reth (and op-erigon backup) remain, and Traefik's single router binds correctly.Verification:
./update.shconfirmed clean—orphans stay deleted (not regenerated); COMPOSE_FILE contains only op-reth + op-erigon for ink-mainnet.Branches:
issue-2048@75d3b6d610e4Fixes issue #2048 (ink-ink @rpc-de-14 unavailable due to Traefik collision).
@claude is this still necessary?
Pull request closed