op/doma: rename celestia relay to op-alt, add mainnet op-alt relay, vendor mainnet rollup.json

- Rename doma testnet relay from celestia to op-alt (ghcr.io/celestiaorg/op-alt-da)
- Add op-alt relay for doma mainnet with image tag 0.15.0 (not v0.15.0)
- Vendor complete mainnet rollup.json with alt_da (GenericCommitment)
- Fix per-network relay settings: namespace + CELESTIA_*_RPC env vars
- Switch mainnet op-geth to use vendored rollup.json (bind-mounted)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
rob
2026-06-17 14:02:34 +00:00
parent 1944662053
commit 27d0ea0d28
4 changed files with 83 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ services:
networks:
- chains
volumes:
- ${DOMA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_CONFIG:-doma-mainnet-op-geth-pruned-pebble-path_config}:/config
- ./op/doma/mainnet:/config
logging: *logging-defaults
doma-mainnet:
@@ -104,8 +104,8 @@ services:
networks:
- chains
volumes:
- ${DOMA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_CONFIG:-doma-mainnet-op-geth-pruned-pebble-path_config}:/config
- ${DOMA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-doma-mainnet-op-geth-pruned-pebble-path}:/data
- ./op/doma/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
logging: *logging-defaults
@@ -134,7 +134,7 @@ services:
networks:
- chains
volumes:
- ${DOMA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-doma-mainnet-op-geth-pruned-pebble-path_node_config}:/config
- ./op/doma/mainnet:/config
logging: *logging-defaults
doma-mainnet-node:
@@ -143,6 +143,9 @@ services:
- 15977:15977
- 15977:15977/udp
environment:
- OP_NODE_ALTDA_DA_SERVER=http://doma-mainnet-relay:3100
- OP_NODE_ALTDA_DA_SERVICE=true
- OP_NODE_ALTDA_ENABLED=true
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
- OP_NODE_L1_ETH_RPC=${DOMA_MAINNET_L1_EXECUTION_RPC:-${ETHEREUM_MAINNET_EXECUTION_RPC}}
@@ -176,10 +179,12 @@ services:
condition: service_completed_successfully
doma-mainnet:
condition: service_started
doma-mainnet-relay:
condition: service_started
networks:
- chains
volumes:
- ${DOMA_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_NODE_CONFIG:-doma-mainnet-op-geth-pruned-pebble-path_node_config}:/config
- ./op/doma/mainnet:/config
- .jwtsecret:/jwtsecret:ro
logging: *logging-defaults
labels:
@@ -195,13 +200,27 @@ services:
- ${NO_SSL:+traefik.http.routers.doma-mainnet-op-geth-pruned-pebble-path-node.rule=PathPrefix(`/doma-mainnet/node`)}
- traefik.http.routers.doma-mainnet-op-geth-pruned-pebble-path-node.middlewares=doma-mainnet-op-geth-pruned-pebble-path-node-stripprefix, ipallowlist
doma-mainnet-relay:
image: ${DOMA_OP_ALT_IMAGE:-ghcr.io/celestiaorg/op-alt-da}:${DOMA_MAINNET_OP_ALT_VERSION:-0.15.0}
expose:
- 3100
environment:
- OP_ALTDA_ADDR=0.0.0.0
- OP_ALTDA_CELESTIA_AUTH_TOKEN=
- OP_ALTDA_CELESTIA_NAMESPACE=0000000000000000000000000000000000000000000dee3773755098fc
- OP_ALTDA_CELESTIA_SERVER=${CELESTIA_MAINNET_RPC}
- OP_ALTDA_PORT=3100
restart: unless-stopped
networks:
- chains
volumes:
- ./op/doma/mainnet:/config
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=false
volumes:
doma-mainnet-op-geth-pruned-pebble-path:
doma-mainnet-op-geth-pruned-pebble-path_config:
doma-mainnet-op-geth-pruned-pebble-path_node_config:
x-ephemeral-volumes:
- doma-mainnet-op-geth-pruned-pebble-path_config
x-upstreams:
- id: $${ID}