Skip to content

Commit

Permalink
apply flags to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Aug 14, 2024
1 parent 5678c0d commit 6e022c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions op-node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ var optionalFlags = []cli.Flag{
SyncModeFlag,
RPCListenAddr,
RPCListenPort,
EventStreamListenAddr,
EventStreamListenPort,
L1TrustRPC,
L1RPCProviderKind,
L1RPCRateLimit,
Expand Down
6 changes: 5 additions & 1 deletion ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ services:
--plasma.enabled=${PLASMA_ENABLED}
--plasma.da-service=${PLASMA_DA_SERVICE}
--plasma.da-server=http://da-server:3100
--l2.builder=http://builder-op-geth:28545
--l2.builder.enabled=true
--l2.builder.endpoint=http://builder-op-geth:28545
ports:
- "7545:8545"
- "9003:9003"
Expand Down Expand Up @@ -289,6 +290,9 @@ services:
--rpc.addr=0.0.0.0
--rpc.port=9545
--syncmode=consensus-layer
--sequencer.publish-attributes=true
--eventstream.addr=0.0.0.0
--eventstream.port=9546
volumes:
- "${PWD}/test-jwt-secret.txt:/config/test-jwt-secret.txt"
- "${PWD}/../.devnet/rollup.json:/rollup.json"
Expand Down

0 comments on commit 6e022c9

Please sign in to comment.