op/doma/testnet: add Celestia Alt-DA support (celestiaorg/op-alt-da:v0.15.0)

- Add relay template (templates/relays/celestia.doma.yml) for op-alt-da
- Add celestia relay config to op/doma stack in context.yml
- Add relay: celestia to op/doma testnet in config.yml
- Add op-node.doma.yml template with ALTDA env vars gated on relay_name
- Update op/doma/testnet/rollup.json with complete config including alt_da block

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
rob
2026-06-17 10:40:59 +00:00
parent 4ea0bed344
commit fc03d6ddf6
187 changed files with 283 additions and 232 deletions

View File

@@ -80,8 +80,8 @@ services:
- traefik.http.routers.starknet-mainnet-pathfinder-pruned-history.service=starknet-mainnet-pathfinder-pruned-history
- ${NO_SSL:-traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.entrypoints=websecure}
- ${NO_SSL:-traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.tls.certresolver=myresolver}
- ${NO_SSL:-traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.rule=Host(`$DOMAIN`) && (Path(`/starknet-mainnet-pathfinder-pruned`) || Path(`/starknet-mainnet-pathfinder-pruned/`)) && Headers(`Upgrade`, `websocket`)}
- ${NO_SSL:+traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.rule=(Path(`/starknet-mainnet-pathfinder-pruned`) || Path(`/starknet-mainnet-pathfinder-pruned/`)) && Headers(`Upgrade`, `websocket`)}
- ${NO_SSL:-traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.rule=Host(`$DOMAIN`) && (Path(`/starknet-mainnet-pathfinder-pruned`) || Path(`/starknet-mainnet-pathfinder-pruned/`)) && HeadersRegexp(`Upgrade`, `(?i)websocket`)}
- ${NO_SSL:+traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.rule=(Path(`/starknet-mainnet-pathfinder-pruned`) || Path(`/starknet-mainnet-pathfinder-pruned/`)) && HeadersRegexp(`Upgrade`, `(?i)websocket`)}
- traefik.http.routers.starknet-mainnet-pathfinder-pruned-history-ws.middlewares=starknet-mainnet-pathfinder-pruned-history-stripprefix, starknet-mainnet-pathfinder-pruned-history-set-ws-path, ipallowlist
volumes: